summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/AVIDump.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon/Src/AVIDump.cpp')
-rw-r--r--Source/Core/VideoCommon/Src/AVIDump.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/AVIDump.cpp b/Source/Core/VideoCommon/Src/AVIDump.cpp
index f9ce03c380..0910381d74 100644
--- a/Source/Core/VideoCommon/Src/AVIDump.cpp
+++ b/Source/Core/VideoCommon/Src/AVIDump.cpp
@@ -89,8 +89,10 @@ bool AVIDump::CreateFile()
return false;
}
- if (!m_fileCount) {
- if (!SetCompressionOptions()) {
+ if (!m_fileCount)
+ {
+ if (!SetCompressionOptions())
+ {
NOTICE_LOG(VIDEO, "SetCompressionOptions failed");
Stop();
return false;