[x265] [PATCH] cll: Fix bug in cli parsing
Aruna Matheswaran
aruna at multicorewareinc.com
Tue Jun 4 17:17:50 CEST 2019
Pushed the fix to Release_3.1.
Thanks,
Aruna
On Tue, Jun 4, 2019 at 2:12 PM <aruna at multicorewareinc.com> 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;
> }
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20190604/87b96388/attachment.html>
More information about the x265-devel
mailing list