Commit 7b24f9b4 authored by Michael Niedermayer's avatar Michael Niedermayer

libnut uses "MP3 " for mp3

Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5e8b05f8
......@@ -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 },
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment