]> git.sesse.net Git - ffmpeg/commit
flvdec: Stop searching for streams once a audio & a video stream has been found
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 3 Dec 2011 17:58:28 +0000 (18:58 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 3 Dec 2011 20:39:53 +0000 (21:39 +0100)
commitff53c79d0aefcef91e0a57125aeaffa08b326e56
tree9bb9c515cdd6738d20c92c39ba44a55d1b1061bf
parent85372f9d5762112e9a98866cc3bfac3d7054a005
flvdec: Stop searching for streams once a audio & a video stream has been found
instead of when the 2nd stream has been found.
This isnt ideal as we will likely still like before miss a data stream.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/flvdec.c