Pushed the fix to Release_3.1. Thanks, Aruna
On Tue, Jun 4, 2019 at 2:12 PM <[email protected]> wrote: > # 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; > } >
_______________________________________________ x265-devel mailing list [email protected] https://mailman.videolan.org/listinfo/x265-devel
