changeset 1464:ca301b0f2c7d libavformat

Remove illegal FourCC values.
author diego
date Wed, 08 Nov 2006 10:48:15 +0000
parents acf4dbb1a7e6
children 1dccf2603e1d
files riff.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/riff.c	Wed Nov 08 01:21:23 2006 +0000
+++ b/riff.c	Wed Nov 08 10:48:15 2006 +0000
@@ -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') },