[Ffmpeg-cvslog] r5847 - trunk/libavformat/riff.c
stefang
subversion
Sat Jul 29 10:50:30 CEST 2006
Author: stefang
Date: Sat Jul 29 10:50:29 2006
New Revision: 5847
Modified:
trunk/libavformat/riff.c
Log:
add new tag 'CAVS' for Chinese AVS codec
Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c (original)
+++ trunk/libavformat/riff.c Sat Jul 29 10:50:29 2006
@@ -151,6 +151,7 @@
{ 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 },
};
More information about the ffmpeg-cvslog
mailing list