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

michael subversion
Sat Nov 11 01:29:49 CET 2006


Author: michael
Date: Sat Nov 11 01:29:49 2006
New Revision: 6963

Modified:
   trunk/libavformat/riff.c

Log:
libnut uses "MP3 " for mp3


Modified: trunk/libavformat/riff.c
==============================================================================
--- trunk/libavformat/riff.c	(original)
+++ trunk/libavformat/riff.c	Sat Nov 11 01:29:49 2006
@@ -200,6 +200,7 @@
     // for NuppelVideo (nuv.c)
     { CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },
     { CODEC_ID_MP3, MKTAG('L', 'A', 'M', 'E') },
+    { CODEC_ID_MP3, MKTAG('M', 'P', '3', ' ') },
     { 0, 0 },
 };
 




More information about the ffmpeg-cvslog mailing list