Commit bcfa8551 authored by Piotr Bandurski's avatar Piotr Bandurski Committed by Michael Niedermayer

avformat/caf: add 'aacl' codec tag

Reviewed-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent c324e2c5
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
*/ */
const AVCodecTag ff_codec_caf_tags[] = { const AVCodecTag ff_codec_caf_tags[] = {
{ AV_CODEC_ID_AAC, MKTAG('a','a','c',' ') }, { 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_AC3, MKTAG('a','c','-','3') },
{ AV_CODEC_ID_ADPCM_IMA_QT, MKTAG('i','m','a','4') }, { AV_CODEC_ID_ADPCM_IMA_QT, MKTAG('i','m','a','4') },
{ AV_CODEC_ID_ADPCM_IMA_WAV, MKTAG('m','s', 0, 17 ) }, { AV_CODEC_ID_ADPCM_IMA_WAV, MKTAG('m','s', 0, 17 ) },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment