On 5/24/2025 8:08 AM, Andreas Rheinhardt wrote: > If something like this were ever needed, it should not be implemented > like this; instead ff_cbs_init() should be like avformat_open_input() > and allocate a context if none was provided. > > - Andreas I didn't do that because it would require ff_cbs_init() to have the codec type and logctx as arguments in its signature.