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
2013-11-24 16:47:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bb775ef7bdcf32bd703ecf2f8d6741d61711c3c2
bb775ef7
1 parent
adb7572c
update the ts_info
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
trunk/research/ts_info.cc
trunk/research/ts_info.cc
100755 → 100644
查看文件 @
bb775ef
...
...
@@ -2136,6 +2136,8 @@ int consume(TSMessage* msg, AacMuxer* aac_muxer)
}
if
(
nal_unit_type
==
7
)
{
trace
(
"ts+h264 got an SPS."
);
}
else
if
(
nal_unit_type
==
5
)
{
trace
(
"ts+h264 got an Coded slice of an IDR picture."
);
}
else
if
(
nal_unit_type
==
8
)
{
trace
(
"ts+h264 got an PPS."
);
}
else
if
(
nal_unit_type
==
9
)
{
...
...
请
注册
或
登录
后发表评论