<div dir="ltr">Pushed the fix to Release_3.1.<div><br></div><div>Thanks,</div><div>Aruna</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 4, 2019 at 2:12 PM <<a href="mailto:aruna@multicorewareinc.com">aruna@multicorewareinc.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"># HG changeset patch<br>
# User Aruna Matheswaran<br>
# Date 1559637039 -19800<br>
#      Tue Jun 04 14:00:39 2019 +0530<br>
# Branch Release_3.1<br>
# Node ID 1f3ad3f629fe39539fbee7beeeb2049a454889f1<br>
# Parent  566b05ac772147f8cf6a763517645fa575894707<br>
cll: Fix bug in cli parsing<br>
<br>
diff -r 566b05ac7721 -r 1f3ad3f629fe source/common/param.cpp<br>
--- a/source/common/param.cpp   Fri May 31 16:23:46 2019 +0530<br>
+++ b/source/common/param.cpp   Tue Jun 04 14:00:39 2019 +0530<br>
@@ -1270,6 +1270,7 @@<br>
 #endif<br>
         OPT("fades") p->bEnableFades = atobool(value);<br>
         OPT("field") p->bField = atobool( value );<br>
+        OPT("cll") p->bEmitCLL = atobool(value);<br>
         else<br>
             return X265_PARAM_BAD_NAME;<br>
     }<br>
</blockquote></div>