Mercurial > libavformat.hg
diff riff.c @ 1464:ca301b0f2c7d libavformat
Remove illegal FourCC values.
author | diego |
---|---|
date | Wed, 08 Nov 2006 10:48:15 +0000 |
parents | cfc938c2abbe |
children | 49d5a5ca2987 |
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') },