Commit 39051d5d authored by Diego Biurrun's avatar Diego Biurrun

Replace FLAC FourCC by TwoCC.

Originally committed as revision 6708 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 165c5f09
......@@ -193,9 +193,9 @@ const CodecTag codec_wav_tags[] = {
{ CODEC_ID_ADPCM_CT, 0x200 },
{ CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' },
{ CODEC_ID_TRUESPEECH, 0x22 },
{ CODEC_ID_FLAC, 0xF1AC },
/* 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') },
{ CODEC_ID_SHORTEN, MKTAG('s', 'h', 'r', 'n') },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment