[Ffmpeg-cvslog] CVS: ffmpeg/libavformat wav.c,1.58,1.59

Diego Biurrun CVS diego
Tue Jan 3 03:30:40 CET 2006


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

Modified Files:
	wav.c 
Log Message:
TrueSpeech compatible audio decoder by Konstantin Shishkov


Index: wav.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/wav.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- wav.c	22 Dec 2005 01:10:11 -0000	1.58
+++ wav.c	3 Jan 2006 02:30:38 -0000	1.59
@@ -44,6 +44,7 @@
     { CODEC_ID_SONIC_LS, 0x2048 },
     { CODEC_ID_ADPCM_CT, 0x200 },
     { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' },
+    { CODEC_ID_TRUESPEECH, 0x22 },
     { 0, 0 },
 };
 





More information about the ffmpeg-cvslog mailing list