[FFmpeg-devel] [PATCH] Check codec_whitelist before reinitializing AVCtx.priv_data.
Anton Khirnov
anton at khirnov.net
Sun Oct 13 15:02:53 EEST 2024
Quoting Cameron Gutman (2024-10-12 01:59:09)
> This change caused a codec options regression in FFmpeg 7.1 because we're
> now matching the provided options against the AVCodecContext options list
> _before_ the codec's options list. This breaks codec options that overlap
> with AVCodecContext option names (NVENC's "delay", AMF's "skip_frame", and
> the codec-specific "profile" and "level" options that many encoders have).
>
> Can we just check for "codec_whitelist" instead of applying the entire set
> of options here?
I guess we might.
--
Anton Khirnov
More information about the ffmpeg-devel
mailing list