From: Michael Niedermayer Date: Sat, 11 Nov 2006 00:29:49 +0000 (+0000) Subject: libnut uses "MP3 " for mp3 X-Git-Tag: v0.5~11119 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b24f9b4257c4bce8fbff067b12ad2aeaef7bd71;p=platform%2Fupstream%2Flibav.git libnut uses "MP3 " for mp3 Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/riff.c b/libavformat/riff.c index fb2a7fc..d315c66 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 }, };