From 91aeec1bc74166dde76e0f0d4ec6782693a22f70 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sun, 1 Apr 2007 01:09:56 +0000 Subject: [PATCH] WMVA Originally committed as revision 8581 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/riff.c b/libavformat/riff.c index ab6d629..4a5553f 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') }, -- 2.7.4