1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine the aac codec enum name

This commit is contained in:
winlin 2015-03-26 11:31:40 +08:00
parent 1401f2e0ab
commit 896983c1dc
2 changed files with 6 additions and 6 deletions

View file

@ -406,9 +406,9 @@ enum SrsAacObjectType
SrsAacObjectTypeAacSSR = 3,
// AAC HE = LC+SBR
SrsAacObjectTypeHE = 5,
SrsAacObjectTypeAacHE = 5,
// AAC HEv2 = LC+SBR+PS
SrsAacObjectTypeHEV2 = 29,
SrsAacObjectTypeAacHEV2 = 29,
};
std::string srs_codec_aac_object2str(SrsAacObjectType aac_object);
// ts/hls/adts audio header profile to RTMP sequence header object type.