Browse Source

Remove illegal FourCC values.

Originally committed as revision 6941 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
171b361e01
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      libavformat/riff.c

+ 0
- 4
libavformat/riff.c View File

@@ -197,10 +197,6 @@ const CodecTag codec_wav_tags[] = {
{ CODEC_ID_IMC, 0x401 }, { CODEC_ID_IMC, 0x401 },


/* FIXME: All of the IDs below are not 16 bit and thus illegal. */ /* 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) // for NuppelVideo (nuv.c)
{ CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') }, { CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },
{ CODEC_ID_MP3, MKTAG('L', 'A', 'M', 'E') }, { CODEC_ID_MP3, MKTAG('L', 'A', 'M', 'E') },


Loading…
Cancel
Save