diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2007-04-01 01:09:56 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2007-04-01 01:09:56 +0000 |
commit | 91aeec1bc74166dde76e0f0d4ec6782693a22f70 (patch) | |
tree | 46e3ab1d90ade642f3675dcdde307ddadbf42536 /libavformat/riff.c | |
parent | 1cfe393a25d216354567ca237b372d3a01c2579a (diff) | |
download | ffmpeg-91aeec1bc74166dde76e0f0d4ec6782693a22f70.tar.gz |
WMVA
Originally committed as revision 8581 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 1 |
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') }, |