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-12-20 11:56:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
773704279574005341325b8745dac379a5ca6aa1
77370427
1 parent
1dfac0bf
fix #264, remove the test code. 1.0.11
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
trunk/src/app/srs_app_hls.cpp
trunk/src/app/srs_app_hls.cpp
查看文件 @
7737042
...
...
@@ -1435,7 +1435,6 @@ int SrsHls::on_audio(SrsSharedPtrMessage* audio)
if
(
!
hls_enabled
)
{
return
ret
;
}
return
1
;
sample
->
clear
();
if
((
ret
=
codec
->
audio_aac_demux
(
audio
->
payload
,
audio
->
size
,
sample
))
!=
ERROR_SUCCESS
)
{
...
...
请
注册
或
登录
后发表评论