[FFmpeg-devel] [PATCH v4 1/1] avcodec: add external enc libvvenc for H266/VVC

Anton Khirnov anton at khirnov.net
Tue Jun 4 12:21:07 EEST 2024


Quoting Christian Bartnik (2024-05-28 18:26:29)
> +static const AVOption options[] = {
> +    { "passlogfile",  "Filename for 2 pass stats", OFFSET(stats), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, VE},
> +    { "stats",        "Filename for 2 pass stats", OFFSET(stats), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, VE},

These option names conflict with ffmpeg CLI options.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list