add new tag 'CAVS' for Chinese AVS codec

Originally committed as revision 5847 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Stefan Gehrer 2006-07-29 08:50:29 +00:00
parent 595e7bd940
commit 67630cff64
1 changed files with 1 additions and 0 deletions

View File

@ -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 },
};