Re: [FFmpeg-devel] [PATCH] lavc/avcodec: fix global/private option precendence

2024-10-14 Thread Dale Curtis
Thanks for the fix! Sorry for the breakage. - dale On Sun, Oct 13, 2024 at 3:01 PM Cameron Gutman wrote: > On Sun, Oct 13, 2024 at 8:29 AM Anton Khirnov wrote: > > > > Broken after 7753a9d62725d5bd8313e2d249acbe1c8af79ab1. Apply only the > > whitelist early, and the rest with a single call to

Re: [FFmpeg-devel] [PATCH] lavc/avcodec: fix global/private option precendence

2024-10-13 Thread Cameron Gutman
On Sun, Oct 13, 2024 at 8:29 AM Anton Khirnov 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. > > Reporte