格式化test_bench_forward.cpp(删除多余空格)

This commit is contained in:
PioLing 2024-05-17 14:28:36 +08:00 committed by GitHub
parent 61caf03732
commit de64ffa7b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ int main(int argc, char *argv[]) {
option.enable_fmp4 = false;
option.enable_hls = false;
option.enable_mp4 = false;
option.enable_hls_fmp4 = false;
option.enable_hls_fmp4 = false;
option.modify_stamp = (int)ProtocolOption::kModifyStampRelative;
//添加拉流代理
@ -266,4 +266,4 @@ int main(int argc, char *argv[]) {
}
return 0;
}
}