On Mon, 27 Feb 2012 18:56:34 -0500, Justin Ruggles <[email protected]> wrote: > Also, do not keep trying to find and open a decoder in try_decode_frame() if > we already tried and failed once. > > Fixes always searching until max_analyze_duration in > avformat_find_stream_info() when demuxing codecs without a decoder. > --- > libavformat/avformat.h | 1 + > libavformat/utils.c | 42 +++++++++++++++++++++++++++++------------- > 2 files changed, 30 insertions(+), 13 deletions(-) >
Looks ok. -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
