libnut uses "MP3 " for mp3

Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 18 years ago
parent 5e8b05f8df
commit 7b24f9b425
  1. 1
      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 },
};

Loading…
Cancel
Save