summaryrefslogtreecommitdiff
path: root/libavformat/riff.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-16 11:18:26 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-16 11:18:26 +0000
commit39051d5d6e28ae89449fbc5661ae05bac4112251 (patch)
tree16644dda42cdc50c1e5e96a7be7cb5c322514301 /libavformat/riff.c
parent165c5f0909ca61b6b10eeae6bd893e9f0aa02d3b (diff)
Replace FLAC FourCC by TwoCC.
Originally committed as revision 6708 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
-rw-r--r--libavformat/riff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 431211d242..cf6a6bca4c 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -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') },