1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

update comments for aac he or he-v2

This commit is contained in:
winlin 2014-07-05 23:56:05 +08:00
parent b2303c5704
commit f53abfa1d1

View file

@ -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.