From 49a5a3ebeca9721f5a74dd22ff7ddd5cb431a1ce Mon Sep 17 00:00:00 2001 From: jp9000 Date: Fri, 5 Aug 2016 17:31:47 -0700 Subject: [PATCH] UI: Removed redundant update of settings data SetupOutputs is already called at the beginning of the function under circumstances where it's needed, so remove it from being redundantly called a second time. --- obs/window-basic-main-outputs.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/obs/window-basic-main-outputs.cpp b/obs/window-basic-main-outputs.cpp index 4c3395e1c..e94503b3b 100644 --- a/obs/window-basic-main-outputs.cpp +++ b/obs/window-basic-main-outputs.cpp @@ -625,8 +625,6 @@ bool SimpleOutput::StartRecording() if (!overwriteIfExists) FindBestFilename(strPath, noSpace); - SetupOutputs(); - if (!ffmpegOutput) { obs_output_set_video_encoder(fileOutput, h264Recording); obs_output_set_audio_encoder(fileOutput, aacRecording, 0);