From f53abfa1d1d998df25d34dd197b9c15909c6ab84 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 5 Jul 2014 23:56:05 +0800 Subject: [PATCH] update comments for aac he or he-v2 --- trunk/src/app/srs_app_avc_aac.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/src/app/srs_app_avc_aac.cpp b/trunk/src/app/srs_app_avc_aac.cpp index 1b4d16b07..d68ba0a2c 100644 --- a/trunk/src/app/srs_app_avc_aac.cpp +++ b/trunk/src/app/srs_app_avc_aac.cpp @@ -218,6 +218,8 @@ int SrsAvcAacCodec::audio_aac_demux(int8_t* data, int size, SrsCodecSample* samp // aac_profile = audioObjectType - 1 aac_profile--; + // TODO: FIXME: to support aac he/he-v2, see: ngx_rtmp_codec_parse_aac_header + // @see: https://github.com/winlinvip/nginx-rtmp-module/commit/3a5f9eea78fc8d11e8be922aea9ac349b9dcbfc2 if (aac_profile > 3) { // Mark all extended profiles as LC // to make Android as happy as possible.