summaryrefslogtreecommitdiffstats
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-05-12 01:35:47 +0200
committerCarl Eugen Hoyos <ceffmpeg@gmail.com>2019-05-12 01:35:47 +0200
commit010c0efada6dd4a13c56d3678702b49c1c1e99e0 (patch)
tree542bb47fa94d28fd07c84eb67931a02c159f1893 /libavformat/isom.c
parent59fb8cae5eec6f1d1530a8747eb2baff4e4a3000 (diff)
downloadffmpeg-streaming-010c0efada6dd4a13c56d3678702b49c1c1e99e0.zip
ffmpeg-streaming-010c0efada6dd4a13c56d3678702b49c1c1e99e0.tar.gz
lavf/isom: Allow reading mp3-in-isom as written by vlc.
Reported-by: IRC user aiena
Diffstat (limited to 'libavformat/isom.c')
-rw-r--r--libavformat/isom.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c
index 4358dc4..6129e61 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -337,6 +337,7 @@ const AVCodecTag ff_codec_movaudio_tags[] = {
{ AV_CODEC_ID_MP1, MKTAG('.', 'm', 'p', '1') },
{ AV_CODEC_ID_MP2, MKTAG('.', 'm', 'p', '2') },
{ AV_CODEC_ID_MP3, MKTAG('.', 'm', 'p', '3') },
+ { AV_CODEC_ID_MP3, MKTAG('m', 'p', '3', ' ') }, /* vlc */
{ AV_CODEC_ID_MP3, 0x6D730055 },
{ AV_CODEC_ID_NELLYMOSER, MKTAG('n', 'm', 'o', 's') }, /* Flash Media Server */
{ AV_CODEC_ID_NELLYMOSER, MKTAG('N', 'E', 'L', 'L') }, /* Perian */
OpenPOWER on IntegriCloud