[Ffmpeg-cvslog] r6569 - trunk/libavformat/riff.c

michael subversion
Fri Oct 6 20:36:58 CEST 2006


Author: michael
Date: Fri Oct  6 20:36:58 2006
New Revision: 6569

Modified:
   trunk/libavformat/riff.c

Log:
flac fourcc (fixes mplayer -demuxer 35 with flac)


Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c	(original)
+++ trunk/libavformat/riff.c	Fri Oct  6 20:36:58 2006
@@ -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') },




More information about the ffmpeg-cvslog mailing list