# HG changeset patch # User Niranjan <niran...@multicorewareinc.com> # Date 1574665937 -19800 # Mon Nov 25 12:42:17 2019 +0530 # Node ID 5707bcd3d1fdfd1243bafc83d836f9ce70671245 # Parent 04db2bfee5d628d931d1407355b909ac8ff1c898 Fix pass 2 encode failure (Issue #524)
diff -r 04db2bfee5d6 -r 5707bcd3d1fd source/encoder/ratecontrol.cpp --- a/source/encoder/ratecontrol.cpp Thu Oct 31 16:23:27 2019 +0530 +++ b/source/encoder/ratecontrol.cpp Mon Nov 25 12:42:17 2019 +0530 @@ -53,7 +53,7 @@ {\ bErr = 0;\ p = strstr(opts, opt "=");\ - char* q = strstr(opts, "no-" opt);\ + char* q = strstr(opts, "no-" opt " ");\ if (p && sscanf(p, opt "=%d" , &i) && param_val != i)\ bErr = 1;\ else if (!param_val && !q && !p)\ Thanks & Regards *Niranjan Kumar B* Video Codec Engineer Media & AI Analytics +91 958 511 1449 <https://multicorewareinc.com/>
Fix_issue524.patch
Description: Binary data
_______________________________________________ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel