Quoting Luca Barbato (2015-12-12 22:48:00)
> On 12/12/15 21:49, Anton Khirnov wrote:
> > Use a private codec context instance for decoding.
> > ---
> >  libavformat/internal.h |   8 +++
> >  libavformat/utils.c    | 158 
> > ++++++++++++++++++++++++++++++++++++-------------
> >  2 files changed, 126 insertions(+), 40 deletions(-)
> > 
> 
> This makes impossible to select the specific decoder find_stream_info
> should use, it isn't exactly an use-case most people use and probably
> find_stream_info will be overhauled later so I'm not against this change.
> 
> But better be aware of it.

I am aware of it -- this explicitly remains possible for now, otherwise
FATE wouldn't even pass. I'm not yet decided about what should be the
way to handle it, but i think
AVFormatContext.{video,audio,subtitle}_codec_id were originally intended
for this.

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to