From 67630cff6491733653bf7f6888ac9e33708b567b Mon Sep 17 00:00:00 2001 From: Stefan Gehrer Date: Sat, 29 Jul 2006 08:50:29 +0000 Subject: add new tag 'CAVS' for Chinese AVS codec Originally committed as revision 5847 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 8f0d030..ddae35b 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -151,6 +151,7 @@ const CodecTag codec_bmp_tags[] = { { CODEC_ID_CSCD, MKTAG('C', 'S', 'C', 'D') }, { CODEC_ID_ZMBV, MKTAG('Z', 'M', 'B', 'V') }, { CODEC_ID_KMVC, MKTAG('K', 'M', 'V', 'C') }, + { CODEC_ID_CAVS, MKTAG('C', 'A', 'V', 'S') }, { CODEC_ID_RAWVIDEO, 0 }, { CODEC_ID_NONE, 0 }, }; -- cgit v1.1