Re: [libav-devel] [PATCH 12/21] lavf: fix av_find_best_stream when decoder_ret is given and using a related stream.

2011-05-12 Thread Justin Ruggles
On 05/12/2011 01:56 AM, Anton Khirnov wrote: > From: Marton Balint > > Yet another fix for the code originally designed for use without > related_stream. > > Signed-off-by: Michael Niedermayer > Signed-off-by: Anton Khirnov > --- > libavformat/utils.c |2 +- > 1 files changed, 1 inserti

[libav-devel] [PATCH 12/21] lavf: fix av_find_best_stream when decoder_ret is given and using a related stream.

2011-05-11 Thread Anton Khirnov
From: Marton Balint Yet another fix for the code originally designed for use without related_stream. Signed-off-by: Michael Niedermayer Signed-off-by: Anton Khirnov --- libavformat/utils.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/utils.c b/libavfor