]> git.sesse.net Git - ffmpeg/commit
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)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 11 Mar 2011 12:03:43 +0000 (13:03 +0100)
commitfa14610df5e21fd562922a5622daf42f746df978
tree9acfd4e5dd01207d58d18843144c3e127f302d3e
parent9f720d5f9a8d7ffd3d8152e06828b2cea663dcee
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>
libavformat/utils.c