summaryrefslogtreecommitdiffstats
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-04-23 11:11:32 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-04-23 11:11:32 +0200
commit0499012a5592a69e236b9a7daf0df5572aab0f8d (patch)
tree693b1b460e0e31b10b6ef14a866d9f170b3c0136 /libavformat/isom.c
parenta39e3e5e7b125d60531cf369cf5539e4b57db611 (diff)
downloadffmpeg-streaming-0499012a5592a69e236b9a7daf0df5572aab0f8d.zip
ffmpeg-streaming-0499012a5592a69e236b9a7daf0df5572aab0f8d.tar.gz
lavf/isom: Support Perian tag NELL for nellymoser.
Reported by forum user turas35.
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 e1ce310..61ca6dd 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -296,6 +296,7 @@ const AVCodecTag ff_codec_movaudio_tags[] = {
{ AV_CODEC_ID_MP3, MKTAG('.', 'm', 'p', '3') },
{ 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 */
{ AV_CODEC_ID_PCM_ALAW, MKTAG('a', 'l', 'a', 'w') },
{ AV_CODEC_ID_PCM_F32BE, MKTAG('f', 'l', '3', '2') },
{ AV_CODEC_ID_PCM_F32LE, MKTAG('f', 'l', '3', '2') },
OpenPOWER on IntegriCloud