[FFmpeg-cvslog] lavf: move "MP3 " fourcc from riff to nut

compn tempn at twmi.rr.com
Thu Nov 29 18:40:17 CET 2012


On Thu, 29 Nov 2012 13:50:12 +0100 (CET), Justin Ruggles wrote:
>lavf: move "MP3 " fourcc from riff to nut
>
>diff --git a/libavformat/riff.c b/libavformat/riff.c
>index 190504c..fde1131 100644
>--- a/libavformat/riff.c
>+++ b/libavformat/riff.c
>@@ -348,7 +348,6 @@ const AVCodecTag ff_codec_wav_tags[] = {
>     // for NuppelVideo (nuv.c)
>     { AV_CODEC_ID_PCM_S16LE, MKTAG('R', 'A', 'W', 'A') },
>     { AV_CODEC_ID_MP3,       MKTAG('L', 'A', 'M', 'E') },
>-    { AV_CODEC_ID_MP3,       MKTAG('M', 'P', '3', ' ') },


i bet this breaks a (non-nut) sample.
just a guess.

-compn


More information about the ffmpeg-cvslog mailing list