UI: Fix adv. mode recording settings update bug
The recording settings are updated only when not using the streaming encoder for recording.master
parent
ee4f8443b1
commit
77f2fda3ce
|
@ -385,7 +385,7 @@ inline void AdvancedOutput::UpdateRecordingSettings()
|
|||
void AdvancedOutput::Update()
|
||||
{
|
||||
UpdateStreamSettings();
|
||||
if (useStreamEncoder && !ffmpegRecording)
|
||||
if (!useStreamEncoder && !ffmpegRecording)
|
||||
UpdateRecordingSettings();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue