summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-04-01 01:09:56 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-04-01 01:09:56 +0000
commit91aeec1bc74166dde76e0f0d4ec6782693a22f70 (patch)
tree46e3ab1d90ade642f3675dcdde307ddadbf42536 /libavformat/riff.c
parent1cfe393a25d216354567ca237b372d3a01c2579a (diff)
WMVA
Originally committed as revision 8581 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index ab6d6291e1..4a5553fa41 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -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') },