diff options
author | Stefan Gehrer <stefan.gehrer@gmx.de> | 2006-07-29 08:50:29 +0000 |
---|---|---|
committer | Stefan Gehrer <stefan.gehrer@gmx.de> | 2006-07-29 08:50:29 +0000 |
commit | 67630cff6491733653bf7f6888ac9e33708b567b (patch) | |
tree | 96578df7025037f1ba74ced3f4ea6a4eb9968f42 /libavformat/riff.c | |
parent | 595e7bd94029713d87e3e4943b40676df1b2d0a0 (diff) | |
download | ffmpeg-67630cff6491733653bf7f6888ac9e33708b567b.tar.gz |
add new tag 'CAVS' for Chinese AVS codec
Originally committed as revision 5847 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 8f0d030d98..ddae35b806 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 }, }; |