diff options
author | Piotr Bandurski <ami_stuff@o2.pl> | 2017-01-18 14:49:19 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-01-19 02:40:43 +0100 |
commit | bcfa8551a1a1a931683bdbd7dac696868c6a9ce5 (patch) | |
tree | 7c5d6a4a8f33761e92cf9c00bac2220aad8a9b6c /libavformat/caf.c | |
parent | c324e2c5db26cb1ac936b192dc1ac86f7b6db45c (diff) | |
download | ffmpeg-bcfa8551a1a1a931683bdbd7dac696868c6a9ce5.tar.gz |
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.c | 1 |
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 ) }, |