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:
parent
1401f2e0ab
commit
896983c1dc
2 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue