Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-07-05 23:56:05 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f53abfa1d1d998df25d34dd197b9c15909c6ab84
f53abfa1
1 parent
b2303c57
update comments for aac he or he-v2
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
trunk/src/app/srs_app_avc_aac.cpp
trunk/src/app/srs_app_avc_aac.cpp
查看文件 @
f53abfa
...
...
@@ -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.
...
...
请
注册
或
登录
后发表评论