[x265] [PATCH] cll: Fix bug in cli parsing

aruna at multicorewareinc.com aruna at multicorewareinc.com
Tue Jun 4 10:42:01 CEST 2019


# HG changeset patch
# User Aruna Matheswaran
# Date 1559637039 -19800
#      Tue Jun 04 14:00:39 2019 +0530
# Branch Release_3.1
# Node ID 1f3ad3f629fe39539fbee7beeeb2049a454889f1
# Parent  566b05ac772147f8cf6a763517645fa575894707
cll: Fix bug in cli parsing

diff -r 566b05ac7721 -r 1f3ad3f629fe source/common/param.cpp
--- a/source/common/param.cpp	Fri May 31 16:23:46 2019 +0530
+++ b/source/common/param.cpp	Tue Jun 04 14:00:39 2019 +0530
@@ -1270,6 +1270,7 @@
 #endif
         OPT("fades") p->bEnableFades = atobool(value);
         OPT("field") p->bField = atobool( value );
+        OPT("cll") p->bEmitCLL = atobool(value);
         else
             return X265_PARAM_BAD_NAME;
     }
-------------- next part --------------
A non-text attachment was scrubbed...
Name: x265_clone.patch
Type: text/x-patch
Size: 694 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20190604/c2ca1e07/attachment.bin>


More information about the x265-devel mailing list