]> git.sesse.net Git - ffmpeg/commit
lavf: fix av_find_best_stream when decoder_ret is given and using a related stream.
authorMarton Balint <cus@passwd.hu>
Sun, 20 Feb 2011 00:18:49 +0000 (01:18 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 12 May 2011 16:02:27 +0000 (18:02 +0200)
commit6b35a795f8ca34c92da8de81f7b20b2d47d71468
tree85b4e421142902655026b6996882c1db5fb3de6a
parent5da116a3fde9013846bd7b385cdde5ce2951869c
lavf: fix av_find_best_stream when decoder_ret is given and using a related stream.

Yet another fix for the code originally designed for use without related_stream.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavformat/utils.c