summaryrefslogtreecommitdiff
path: root/libavformat/isom_tags.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-09-05 23:47:11 +0200
committerPaul B Mahol <onemda@gmail.com>2023-06-20 01:13:38 +0200
commit293e353460856f5f0f8c122a1d2b406fa39876be (patch)
tree8c5c49168621f097cfe6e07c0ea2b2694e97fae1 /libavformat/isom_tags.c
parent9c6538d4c2d045cc55674adde7a758fd24e7b79e (diff)
avformat/isom_tags: add AC-4
Diffstat (limited to 'libavformat/isom_tags.c')
-rw-r--r--libavformat/isom_tags.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom_tags.c b/libavformat/isom_tags.c
index 2a29823b2e..4738171a9c 100644
--- a/libavformat/isom_tags.c
+++ b/libavformat/isom_tags.c
@@ -290,6 +290,7 @@ const AVCodecTag ff_codec_movaudio_tags[] = {
{ AV_CODEC_ID_AAC, MKTAG('m', 'p', '4', 'a') },
{ AV_CODEC_ID_AC3, MKTAG('a', 'c', '-', '3') }, /* ETSI TS 102 366 Annex F */
{ AV_CODEC_ID_AC3, MKTAG('s', 'a', 'c', '3') }, /* Nero Recode */
+ { AV_CODEC_ID_AC4, MKTAG('a', 'c', '-', '4') },
{ AV_CODEC_ID_ADPCM_IMA_QT, MKTAG('i', 'm', 'a', '4') },
{ AV_CODEC_ID_ALAC, MKTAG('a', 'l', 'a', 'c') },
{ AV_CODEC_ID_AMR_NB, MKTAG('s', 'a', 'm', 'r') }, /* AMR-NB 3gp */