move duration finding code into read_packet() so it can be skiped if duration has...
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 10 Dec 2006 17:53:01 +0000 (17:53 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 10 Dec 2006 17:53:01 +0000 (17:53 +0000)
commit15f14fc7c20914f388f85163ed3a27f80ff27301
tree1f7c8e60fd831ff4b49dab5baffe70814e36e311
parent17fcb1709fd04433a05c6f60023856eebf817dd5
move duration finding code into read_packet() so it can be skiped if duration has already been set

Originally committed as revision 7272 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/flvdec.c