ffmpeg | branch: master | Piotr Bandurski <ami_st...@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 <one...@gmail.com> Signed-off-by: Michael Niedermayer <mich...@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 ) }, _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog