]> git.sesse.net Git - ffmpeg/commit
Try to open decoders in av_find_stream_info() even if no packets for the
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 3 Feb 2010 23:05:58 +0000 (23:05 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 3 Feb 2010 23:05:58 +0000 (23:05 +0000)
commit43e4d57f667dae98866ed56f3bcf5063f0e66c3a
tree372a6699a257d8bf4090134d677d0bd6bb7c744d
parentb25453bdfc0c8e4d28507d160ff8fe85e6415460
Try to open decoders in av_find_stream_info() even if no packets for the
stream are found.
Fixes issue1385

Originally committed as revision 21630 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/utils.c