this is wrong but it was that way before the AVCodecTag change, only reason why it...
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 21 Jan 2007 12:30:44 +0000 (12:30 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 21 Jan 2007 12:30:44 +0000 (12:30 +0000)
Originally committed as revision 7599 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/asf-enc.c

index 11bdce4..d12b52a 100644 (file)
 static const AVCodecTag codec_asf_bmp_tags[] = {
     { CODEC_ID_MPEG4, MKTAG('M', 'P', '4', 'S') },
     { CODEC_ID_MPEG4, MKTAG('M', '4', 'S', '2') },
+    { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') },
     { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') },
     { CODEC_ID_NONE, 0 },
 };