WMVA
authorMichael Niedermayer <michaelni@gmx.at>
Sun, 1 Apr 2007 01:09:56 +0000 (01:09 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 1 Apr 2007 01:09:56 +0000 (01:09 +0000)
Originally committed as revision 8581 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/riff.c

index ab6d629..4a5553f 100644 (file)
@@ -156,6 +156,7 @@ const AVCodecTag codec_bmp_tags[] = {
     { CODEC_ID_QPEG, MKTAG('Q', '1', '.', '1') },
     { CODEC_ID_WMV3, MKTAG('W', 'M', 'V', '3') },
     { CODEC_ID_VC1, MKTAG('W', 'V', 'C', '1') },
+    { CODEC_ID_VC1, MKTAG('W', 'M', 'V', 'A') },
     { CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') },
     { CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') },
     { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },