Commit 4b1a1a2a authored by Michael Niedermayer's avatar Michael Niedermayer

flac fourcc (fixes mplayer -demuxer 35 with flac)

Originally committed as revision 6569 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 92eb8232
......@@ -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') },
......
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