changeset 1356:88646f2befdb libavformat

flac fourcc (fixes mplayer -demuxer 35 with flac)
author michael
date Fri, 06 Oct 2006 18:36:58 +0000
parents bc64defa2744
children 25ec3101ee80
files riff.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/riff.c	Fri Oct 06 18:20:40 2006 +0000
+++ b/riff.c	Fri Oct 06 18:36:58 2006 +0000
@@ -191,6 +191,7 @@
     { 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') },