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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to