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-09-30 16:28:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
67188dcee7986c169129a157415ebbdbbb9f5363
67188dce
1 parent
2048fbf7
remove the test code of main.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
0 行增加
和
5 行删除
trunk/src/main/srs_main_server.cpp
trunk/src/main/srs_main_server.cpp
查看文件 @
67188dc
...
...
@@ -138,11 +138,6 @@ void show_macro_features()
int
main
(
int
argc
,
char
**
argv
)
{
int
ret
=
ERROR_SUCCESS
;
// TODO: FIXME: remove following.
char
*
ptr
=
new
char
[
1024
];
delete
ptr
;
ptr
[
0
]
=
0
;
// TODO: support both little and big endian.
srs_assert
(
srs_is_little_endian
());
...
...
请
注册
或
登录
后发表评论