diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-11-08 10:48:15 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-11-08 10:48:15 +0000 |
commit | 171b361e0122499df7faa3f5ed046ab8a19cceb4 (patch) | |
tree | 7f54a17b41908a6c03078e109788c3cddb730e0b /libavformat/riff.c | |
parent | 8f57cc5a328d492b132a3ced7d245093431f2721 (diff) | |
download | ffmpeg-171b361e0122499df7faa3f5ed046ab8a19cceb4.tar.gz |
Remove illegal FourCC values.
Originally committed as revision 6941 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r-- | libavformat/riff.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 5fbfc3680c..ec9abda3c9 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -197,10 +197,6 @@ const CodecTag codec_wav_tags[] = { { 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') }, |