winlin

update comments for aac he or he-v2

@@ -218,6 +218,8 @@ int SrsAvcAacCodec::audio_aac_demux(int8_t* data, int size, SrsCodecSample* samp @@ -218,6 +218,8 @@ int SrsAvcAacCodec::audio_aac_demux(int8_t* data, int size, SrsCodecSample* samp
218 // aac_profile = audioObjectType - 1 218 // aac_profile = audioObjectType - 1
219 aac_profile--; 219 aac_profile--;
220 220
  221 + // TODO: FIXME: to support aac he/he-v2, see: ngx_rtmp_codec_parse_aac_header
  222 + // @see: https://github.com/winlinvip/nginx-rtmp-module/commit/3a5f9eea78fc8d11e8be922aea9ac349b9dcbfc2
221 if (aac_profile > 3) { 223 if (aac_profile > 3) {
222 // Mark all extended profiles as LC 224 // Mark all extended profiles as LC
223 // to make Android as happy as possible. 225 // to make Android as happy as possible.