格式化test_bench_forward.cpp(删除多余空格)
This commit is contained in:
parent
61caf03732
commit
de64ffa7b0
|
|
@ -222,7 +222,7 @@ int main(int argc, char *argv[]) {
|
||||||
option.enable_fmp4 = false;
|
option.enable_fmp4 = false;
|
||||||
option.enable_hls = false;
|
option.enable_hls = false;
|
||||||
option.enable_mp4 = false;
|
option.enable_mp4 = false;
|
||||||
option.enable_hls_fmp4 = false;
|
option.enable_hls_fmp4 = false;
|
||||||
|
|
||||||
option.modify_stamp = (int)ProtocolOption::kModifyStampRelative;
|
option.modify_stamp = (int)ProtocolOption::kModifyStampRelative;
|
||||||
//添加拉流代理
|
//添加拉流代理
|
||||||
|
|
@ -266,4 +266,4 @@ int main(int argc, char *argv[]) {
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue