From 428cf692701615a7e26689878292bf1ce896e5d3 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

---
 libavformat/caf.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavformat/caf.c b/libavformat/caf.c
index c05fb80..8d39415 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 ) },
-- 
1.7.9

