[FFmpeg-devel] [PATCH] lavc/avcodec: fix global/private option precendence
Dale Curtis
dalecurtis at chromium.org
Mon Oct 14 21:04:05 EEST 2024
Thanks for the fix! Sorry for the breakage.
- dale
On Sun, Oct 13, 2024 at 3:01 PM Cameron Gutman <aicommander at gmail.com>
wrote:
> On Sun, Oct 13, 2024 at 8:29 AM Anton Khirnov <anton at khirnov.net> wrote:
> >
> > Broken after 7753a9d62725d5bd8313e2d249acbe1c8af79ab1. Apply only the
> > whitelist early, and the rest with a single call to av_opt_set_dict2()
> > with AV_OPT_SEARCH_CHILDREN, which should be equivalent to the original
> > behaviour.
> >
> > Reported-by: Cameron Gutman <aicommander at gmail.com>
> > ---
>
> Thanks for the quick patch. Looks good here.
>
> Tested-by: Cameron Gutman <aicommander at gmail.com>
>
More information about the ffmpeg-devel
mailing list