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

diego subversion
Wed Nov 8 11:48:16 CET 2006


Author: diego
Date: Wed Nov  8 11:48:15 2006
New Revision: 6941

Modified:
   trunk/libavformat/riff.c

Log:
Remove illegal FourCC values.


Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c	(original)
+++ trunk/libavformat/riff.c	Wed Nov  8 11:48:15 2006
@@ -197,10 +197,6 @@
     { CODEC_ID_IMC, 0x401 },
 
     /* FIXME: All of the IDs below are not 16 bit and thus illegal. */
-    { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1') },
-    { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K') },
-    { CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n') },
-
     // for NuppelVideo (nuv.c)
     { CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },
     { CODEC_ID_MP3, MKTAG('L', 'A', 'M', 'E') },




More information about the ffmpeg-cvslog mailing list