mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-26 07:39:45 -06:00
Appease linter.
This commit is contained in:
@ -137,7 +137,8 @@ bool AVIDump::CreateVideoFile()
|
|||||||
return false;
|
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");
|
ERROR_LOG(VIDEO, "Could not allocate output context");
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user