libnut uses "MP3 " for mp3

Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2006-11-11 00:29:49 +00:00
parent 5e8b05f8df
commit 7b24f9b425

View 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 },
};