[SCM] libav/experimental: riff: Add an additional AAC TwoCC

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:39 UTC 2014


The following commit has been merged in the experimental branch:
commit ce58ead40dd16f272ec1f127f04f69df67c7cd35
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Thu Apr 3 16:32:59 2014 +0200

    riff: Add an additional AAC TwoCC
    
    Mentioned on http://msdn.microsoft.com/en-us/library/dd341376%28prot.20%29.aspx

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 08fe5b9..6a4d01b 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -404,6 +404,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
     { AV_CODEC_ID_AAC,             0x4143 },
     { AV_CODEC_ID_XAN_DPCM,        0x594a },
     { AV_CODEC_ID_G723_1,          0xA100 }, /* Comverse Infosys Ltd. G723 1 */
+    { AV_CODEC_ID_AAC,             0xA106 },
     { AV_CODEC_ID_SPEEX,           0xA109 },
     { AV_CODEC_ID_FLAC,            0xF1AC },
     { AV_CODEC_ID_ADPCM_SWF,       ('S' << 8) + 'F' },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list