Mercurial > libavformat.hg
diff riff.c @ 1383:97bd1648eb9a libavformat
Add a note about illegal codec IDs.
author | diego |
---|---|
date | Fri, 13 Oct 2006 00:02:33 +0000 |
parents | b70f1126fd1c |
children | d8cde666839c |
line wrap: on
line diff
--- a/riff.c Fri Oct 13 00:01:25 2006 +0000 +++ b/riff.c Fri Oct 13 00:02:33 2006 +0000 @@ -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') },