Ignore extradata & w/h in asf/dvr.
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 7 Jul 2010 10:39:05 +0000 (10:39 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 7 Jul 2010 10:39:05 +0000 (10:39 +0000)
commit31247669593e5bf6571192f5e8888ccabd050ec8
treea9d36d6dd447cc1ff77f92cd650e1da9c8b55cbd
parent69b56ed7a6215a077bc557d0e98f709d2959f473
Ignore extradata & w/h in asf/dvr.
The w/h values are wrong and extradata contains a fake seq header that causes
decoding to fail later, a valid seq header is in the stream itself.
Partially fixes issue658

Originally committed as revision 24082 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/asfdec.c