mirror of https://git.ffmpeg.org/ffmpeg.git
libnut uses "MP3 " for mp3
Originally committed as revision 6963 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
5e8b05f8df
commit
7b24f9b425
|
@ -200,6 +200,7 @@ const CodecTag codec_wav_tags[] = {
|
||||||
// for NuppelVideo (nuv.c)
|
// for NuppelVideo (nuv.c)
|
||||||
{ CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },
|
{ CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },
|
||||||
{ CODEC_ID_MP3, MKTAG('L', 'A', 'M', 'E') },
|
{ CODEC_ID_MP3, MKTAG('L', 'A', 'M', 'E') },
|
||||||
|
{ CODEC_ID_MP3, MKTAG('M', 'P', '3', ' ') },
|
||||||
{ 0, 0 },
|
{ 0, 0 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue