]> git.sesse.net Git - ffmpeg/commit
Revert "ffmpeg: get rid of useless AVInputStream.nb_streams."
authorAnton Khirnov <anton@khirnov.net>
Sun, 11 Sep 2011 10:27:51 +0000 (12:27 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 21 Sep 2011 12:12:00 +0000 (14:12 +0200)
commit9aa1f87dfd815cfc3b1ba7db78da4bdf3a176053
treea828dac08cb0b03a067713f71e04439e98e4bc1c
parent609a2fa1faa82da2451191170ce1807c9a1ba8a8
Revert "ffmpeg: get rid of useless AVInputStream.nb_streams."

This reverts commit 2cf8355f98681bdd726b739008acd5483f82f8d7.
AVInputStream.nb_streams tracks number of streams found at the
beginning, new streams may appear that ffmpeg doesn't know about. Fixes
crash in this case.
ffmpeg.c