Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 12 Jul 2008 22:17:13 +0000 (22:17 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 12 Jul 2008 22:17:13 +0000 (22:17 +0000)
commitc1c9046656e976601284bce2f5630c5b958fdb68
tree11406ca5500607fb02ae8dfdc022ea5cd4e9d909
parent1b71f04586bc22ab1230091c5cd91a7cb7d7c89b
Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which
video codec is used.
Fixes issue49 Departed Trailer.evo (mpeg ps missdetecting h264 as mpeg2video)

Originally committed as revision 14196 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/mpeg.c