From 04ae12e91bbe28007f6f8f54c6efb221d98a1bcf Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Mon, 4 Sep 2006 04:25:47 +0000 Subject: WVC1 is now decodeable with VC-1 decoder. Originally committed as revision 6163 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/riff.c') diff --git a/libavformat/riff.c b/libavformat/riff.c index b496787..128323a 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -142,6 +142,7 @@ const CodecTag codec_bmp_tags[] = { { CODEC_ID_QPEG, MKTAG('Q', '1', '.', '0') }, { 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_LOCO, MKTAG('L', 'O', 'C', 'O') }, { CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') }, { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') }, -- cgit v1.1