Appease linter.
This commit is contained in:
parent
fbff74c1eb
commit
71c0e30655
|
@ -137,7 +137,8 @@ bool AVIDump::CreateVideoFile()
|
|||
return false;
|
||||
}
|
||||
|
||||
if(avformat_alloc_output_context2(&s_format_context, output_format, nullptr, s_dump_path.c_str()) < 0)
|
||||
if (avformat_alloc_output_context2(&s_format_context, output_format, nullptr,
|
||||
s_dump_path.c_str()) < 0)
|
||||
{
|
||||
ERROR_LOG(VIDEO, "Could not allocate output context");
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue