[Ffmpeg-cvslog] r6579 - trunk/libavformat/riff.c

rtogni subversion
Sat Oct 7 20:30:41 CEST 2006


Author: rtogni
Date: Sat Oct  7 20:30:41 2006
New Revision: 6579

Modified:
   trunk/libavformat/riff.c

Log:
Add fourccs for Wavpak and TTA
Patch by yong ||| y0ngc |a| yahoo dot com |||



Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c	(original)
+++ trunk/libavformat/riff.c	Sat Oct  7 20:30:41 2006
@@ -194,6 +194,8 @@
     { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' },
     { CODEC_ID_TRUESPEECH, 0x22 },
     { CODEC_ID_FLAC, MKTAG('f', 'L', 'a', 'C') },
+    { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1') },
+    { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K') },
 
     // for NuppelVideo (nuv.c)
     { CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },




More information about the ffmpeg-cvslog mailing list