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-11-08 16:59:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e62c3a4e0e413023e9bdf9b90012b0f6138fda55
e62c3a4e
1 parent
92665084
for bug #66, clear the sps and pps.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
4 行增加
和
0 行删除
trunk/src/libs/srs_librtmp.cpp
trunk/src/libs/srs_librtmp.cpp
查看文件 @
e62c3a4
...
...
@@ -1163,6 +1163,10 @@ int __srs_write_h264_sps_pps(Context* context, u_int32_t dts, u_int32_t pts)
stream
.
write_string
(
context
->
h264_pps
);
}
// reset sps and pps.
context
->
h264_pps
=
""
;
context
->
h264_sps
=
""
;
// TODO: FIXME: for more profile.
// 5.3.4.2.1 Syntax, H.264-AVC-ISO_IEC_14496-15.pdf, page 16
// profile_idc == 100 || profile_idc == 110 || profile_idc == 122 || profile_idc == 144
...
...
请
注册
或
登录
后发表评论