mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-27 15:48:44 -05:00
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.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user