X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fcaf.c;h=8d394157946e225520f16f9b352c70bad123f8bc;hb=25d9cb462132e71143a2b87e80c2b02a0441fcf3;hp=c05fb8087c6b73aebc9b242dbdeba51f23690226;hpb=8a91452e83e763dc38d84912fe7978acede2c039;p=ffmpeg 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 ) },