diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-09-04 04:25:47 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2006-09-04 04:25:47 +0000 |
commit | 04ae12e91bbe28007f6f8f54c6efb221d98a1bcf (patch) | |
tree | 066e39c1ea8ad9e4ee85c66128fbf64236ed9c5a /libavformat/riff.c | |
parent | 3c275f6def64562c6e043d989b5cfcce31ed70f9 (diff) | |
download | ffmpeg-04ae12e91bbe28007f6f8f54c6efb221d98a1bcf.tar.gz |
WVC1 is now decodeable with VC-1 decoder.
Originally committed as revision 6163 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 b496787fec..128323ad45 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') }, |