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

diego subversion
Fri Oct 13 02:02:33 CEST 2006


Author: diego
Date: Fri Oct 13 02:02:33 2006
New Revision: 6681

Modified:
   trunk/libavformat/riff.c

Log:
Add a note about illegal codec IDs.


Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c	(original)
+++ trunk/libavformat/riff.c	Fri Oct 13 02:02:33 2006
@@ -193,6 +193,8 @@
     { CODEC_ID_ADPCM_CT, 0x200 },
     { CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' },
     { CODEC_ID_TRUESPEECH, 0x22 },
+
+    /* FIXME: All of the IDs below are not 16 bit and thus illegal. */
     { CODEC_ID_FLAC, MKTAG('f', 'L', 'a', 'C') },
     { CODEC_ID_TTA, MKTAG('T', 'T', 'A', '1') },
     { CODEC_ID_WAVPACK, MKTAG('W', 'V', 'P', 'K') },




More information about the ffmpeg-cvslog mailing list