summaryrefslogtreecommitdiffstats
path: root/libavformat/isom.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-08-01 00:49:08 -0300
committerJames Almer <jamrial@gmail.com>2019-08-24 22:41:58 -0300
commitd1409fe952822f46a5367aa6ec436f5849c757da (patch)
tree29c8f1cac766fe85fa287f3734a0c0b7b3939af9 /libavformat/isom.c
parentc300fe13b6294f6386803feff685b52b3571656c (diff)
downloadffmpeg-streaming-d1409fe952822f46a5367aa6ec436f5849c757da.zip
ffmpeg-streaming-d1409fe952822f46a5367aa6ec436f5849c757da.tar.gz
avformat/mov: add demuxing support for Dolby TrueHD streams
Signed-off-by: James Almer <jamrial@gmail.com>
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 c488087..fa2e318 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -369,6 +369,7 @@ const AVCodecTag ff_codec_movaudio_tags[] = {
{ AV_CODEC_ID_EVRC, MKTAG('s', 'e', 'v', 'c') }, /* 3GPP2 */
{ AV_CODEC_ID_SMV, MKTAG('s', 's', 'm', 'v') }, /* 3GPP2 */
{ AV_CODEC_ID_FLAC, MKTAG('f', 'L', 'a', 'C') }, /* nonstandard */
+ { AV_CODEC_ID_TRUEHD, MKTAG('m', 'l', 'p', 'a') }, /* mp4ra.org */
{ AV_CODEC_ID_OPUS, MKTAG('O', 'p', 'u', 's') }, /* mp4ra.org */
{ AV_CODEC_ID_NONE, 0 },
};
OpenPOWER on IntegriCloud