On Wed, Jan 23, 2013 at 12:14:39PM +0100, Luca Barbato wrote:
> --- a/libavcodec/libx264.c
> +++ b/libavcodec/libx264.c
> @@ -527,6 +554,7 @@ static const AVOption options[] = {
>      { "cbr",           NULL, 0, AV_OPT_TYPE_CONST, {.i64 = 
> X264_NAL_HRD_CBR},  INT_MIN, INT_MAX, VE, "nal-hrd" },
> +    { "x264-params",  "Override the x264 configuration using a :-separated 
> list of key=value list of parameters", OFFSET(x264_params), 
> AV_OPT_TYPE_STRING, { 0 }, 0, 0, VE },

The second "list" confuses me, probably should be removed.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to