[FFmpeg-cvslog] avformat/caf: add 'aacl' codec tag
Piotr Bandurski
git at videolan.org
Thu Jan 19 03:52:06 EET 2017
ffmpeg | branch: master | Piotr Bandurski <ami_stuff at o2.pl> | Wed Jan 18 14:49:19 2017 +0100| [bcfa8551a1a1a931683bdbd7dac696868c6a9ce5] | committer: Michael Niedermayer
avformat/caf: add 'aacl' codec tag
Reviewed-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bcfa8551a1a1a931683bdbd7dac696868c6a9ce5
---
libavformat/caf.c | 1 +
1 file changed, 1 insertion(+)
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 ) },
More information about the ffmpeg-cvslog
mailing list