From 7b24f9b4257c4bce8fbff067b12ad2aeaef7bd71 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 11 Nov 2006 00:29:49 +0000 Subject: [PATCH] libnut uses "MP3 " for mp3 Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/riff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/riff.c b/libavformat/riff.c index fb2a7fc9af..d315c66afb 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -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 }, };