summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2006-10-06 18:36:58 +0000
committerMichael Niedermayer <michaelni@gmx.at>2006-10-06 18:36:58 +0000
commit4b1a1a2a69e14c1a7e370b5723fa970d1f15af3f (patch)
treebc176fa13ea521f879cee17f0fefa5470ce0b462 /libavformat
parent92eb82325e8bddc56daa8dbd1308efd4896c6114 (diff)
flac fourcc (fixes mplayer -demuxer 35 with flac)
Originally committed as revision 6569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 0b81f293bc..c14bfbb4e2 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -191,6 +191,7 @@ const CodecTag codec_wav_tags[] = {
{ CODEC_ID_ADPCM_CT, 0x200 },
{ CODEC_ID_ADPCM_SWF, ('S'<<8)+'F' },
{ CODEC_ID_TRUESPEECH, 0x22 },
+ { CODEC_ID_FLAC, MKTAG('f', 'L', 'a', 'C') },
// for NuppelVideo (nuv.c)
{ CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },