From bcfa8551a1a1a931683bdbd7dac696868c6a9ce5 Mon Sep 17 00:00:00 2001 From: Piotr Bandurski <ami_stuff@o2.pl> Date: Wed, 18 Jan 2017 14:49:19 +0100 Subject: [PATCH] avformat/caf: add 'aacl' codec tag Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> --- libavformat/caf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/caf.c b/libavformat/caf.c index c05fb8087c6..8d394157946 100644 --- a/libavformat/caf.c +++ b/libavformat/caf.c @@ -33,6 +33,7 @@ */ const AVCodecTag ff_codec_caf_tags[] = { { AV_CODEC_ID_AAC, MKTAG('a','a','c',' ') }, + { AV_CODEC_ID_AAC, MKTAG('a','a','c','l') }, { AV_CODEC_ID_AC3, MKTAG('a','c','-','3') }, { AV_CODEC_ID_ADPCM_IMA_QT, MKTAG('i','m','a','4') }, { AV_CODEC_ID_ADPCM_IMA_WAV, MKTAG('m','s', 0, 17 ) }, -- GitLab