Hi, On Sat, Apr 30, 2011 at 3:35 PM, <[email protected]> wrote: > Decoder-private options pose a little problem -- options state in > AVCodecContext is currently inited during avcodec_alloc_context() and > freed in avcodec_close(). The problem is that e.g. av_find_stream_info() > opens and closes the codec, so the option context is not there anymore > when the options are processed and codec is openened again. > Suggestions welcome.
Can we open the decoder earlier to work around this? > -strict is also broken atm, since ffmpeg expects to be able to read the > options back immediately, which isn't possible now. I'm not quite sure if I understand the problem... Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
