Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Bandurski <ami_stuff@o2.pl>2017-01-18 16:49:19 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2017-01-19 04:40:43 +0300
commitbcfa8551a1a1a931683bdbd7dac696868c6a9ce5 (patch)
tree7c5d6a4a8f33761e92cf9c00bac2220aad8a9b6c /libavformat/caf.c
parentc324e2c5db26cb1ac936b192dc1ac86f7b6db45c (diff)
avformat/caf: add 'aacl' codec tag
Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/caf.c')
-rw-r--r--libavformat/caf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/caf.c b/libavformat/caf.c
index c05fb8087c..8d39415794 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 ) },