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-26 15:03:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5f7ff37e641c18934840d0a6972072113aa0a3ad
5f7ff37e
1 parent
9f2da4e0
fix the utest mock config bug
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
1 行增加
和
2 行删除
trunk/src/app/srs_app_config.cpp
trunk/src/utest/srs_utest.hpp
trunk/src/app/srs_app_config.cpp
查看文件 @
5f7ff37
...
...
@@ -1354,6 +1354,7 @@ int SrsConfig::check_config()
&&
e
!=
"vthreads"
&&
e
!=
"vprofile"
&&
e
!=
"vpreset"
&&
e
!=
"vparams"
&&
e
!=
"acodec"
&&
e
!=
"abitrate"
&&
e
!=
"asample_rate"
&&
e
!=
"achannels"
&&
e
!=
"aparams"
&&
e
!=
"output"
&&
e
!=
"iformat"
&&
e
!=
"oformat"
)
{
ret
=
ERROR_SYSTEM_CONFIG_INVALID
;
srs_error
(
"unsupported vhost transcode engine directive %s, ret=%d"
,
e
.
c_str
(),
ret
);
...
...
trunk/src/utest/srs_utest.hpp
查看文件 @
5f7ff37
...
...
@@ -56,8 +56,6 @@ void __srs_bytes_print(char* pa, int size);
class
MockEmptyLog
:
public
SrsFastLog
{
private
:
int
_level
;
public
:
MockEmptyLog
(
int
level
);
virtual
~
MockEmptyLog
();
...
...
请
注册
或
登录
后发表评论