[Ffmpeg-cvslog] CVS: ffmpeg/libavformat wav.c,1.55,1.56

Guillaume Poirier CVS gpoirier
Sun Nov 13 10:18:16 CET 2005


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

Modified Files:
	wav.c 
Log Message:
DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html
Patch by Corey Hickey < bugfood DAH ml AH fatooh POIS org >


Index: wav.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavformat/wav.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- wav.c	23 Sep 2005 00:25:41 -0000	1.55
+++ wav.c	13 Nov 2005 09:18:14 -0000	1.56
@@ -23,6 +23,7 @@
     { CODEC_ID_MP2, 0x50 },
     { CODEC_ID_MP3, 0x55 },
     { CODEC_ID_AC3, 0x2000 },
+    { CODEC_ID_DTS, 0x2001 },
     { CODEC_ID_PCM_S16LE, 0x01 },
     { CODEC_ID_PCM_U8, 0x01 }, /* must come after s16le in this list */
     { CODEC_ID_PCM_S24LE, 0x01 },





More information about the ffmpeg-cvslog mailing list