OSDN Git Service

libnut uses "MP3 " for mp3
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 11 Nov 2006 00:29:49 +0000 (00:29 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 11 Nov 2006 00:29:49 +0000 (00:29 +0000)
Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/riff.c

index fb2a7fc..d315c66 100644 (file)
@@ -200,6 +200,7 @@ const CodecTag codec_wav_tags[] = {
     // 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 },
 };