git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lavf: move "MP3 " fourcc from riff to nut
[ffmpeg.git]
/
libavformat
/
nut.c
diff --git
a/libavformat/nut.c
b/libavformat/nut.c
index
65fadbf
..
196e04e
100644
(file)
--- a/
libavformat/nut.c
+++ b/
libavformat/nut.c
@@
-145,6
+145,7
@@
const AVCodecTag ff_nut_audio_tags[] = {
{ AV_CODEC_ID_PCM_U32LE, MKTAG('P', 'U', 'D', 32 ) },
{ AV_CODEC_ID_PCM_U8, MKTAG('P', 'U', 'D', 8 ) },
{ AV_CODEC_ID_PCM_S16LE_PLANAR, MKTAG('P', 'S', 'P', 16 ) },
+ { AV_CODEC_ID_MP3, MKTAG('M', 'P', '3', ' ') },
{ AV_CODEC_ID_NONE, 0 }
};