flac fourcc (fixes mplayer -demuxer 35 with flac)

Originally committed as revision 6569 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-10-06 18:36:58 +00:00
parent 92eb82325e
commit 4b1a1a2a69
1 changed files with 1 additions and 0 deletions

View File

@ -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') },