OSDN Git Service

libavformat/utils: Only require first packet to be known for all audio and video...
authorJoakim Plate <elupus@ecce.se>
Sat, 10 Sep 2011 22:33:20 +0000 (00:33 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 10 Sep 2011 22:33:20 +0000 (00:33 +0200)
commit6796b82407ed1ba749bbe0d2b662b7feb349a735
tree9e366966792ebff3909442463522eb87d31fb727
parent2298818f96cf4664e74b9b7486ca7eac88e3188a
libavformat/utils: Only require first packet to be known for all audio and video streams

It can take a long time before subtitles or data streams show up,
so we shouldn't wait for those before assuming we have all info
for streams.

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