[Ffmpeg-cvslog] CVS: ffmpeg/libavformat voc.c,1.2,1.3

Aurelien Jacobs CVS aurel
Thu Feb 16 01:09:25 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavformat
In directory mail:/var2/tmp/cvs-serv178/libavformat

Modified Files:
	voc.c 
Log Message:
add Creative 8 bits ADPCM schemes support

Index: voc.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/voc.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- voc.c	9 Feb 2006 23:53:07 -0000	1.2
+++ voc.c	16 Feb 2006 00:09:23 -0000	1.3
@@ -41,6 +41,9 @@
 
 static const CodecTag voc_codec_tags[] = {
     {CODEC_ID_PCM_U8,        0x00},
+    {CODEC_ID_ADPCM_SBPRO_4, 0x01},
+    {CODEC_ID_ADPCM_SBPRO_3, 0x02},
+    {CODEC_ID_ADPCM_SBPRO_2, 0x03},
     {CODEC_ID_PCM_S16LE,     0x04},
     {CODEC_ID_PCM_ALAW,      0x06},
     {CODEC_ID_PCM_MULAW,     0x07},





More information about the ffmpeg-cvslog mailing list