UI: Fix audio bitrate not being set in simple mode

master
Joel Bethke 2019-10-25 10:56:26 -05:00
parent 6fb3552d70
commit 63d66c87e4
1 changed files with 1 additions and 0 deletions

View File

@ -643,6 +643,7 @@ void SimpleOutput::UpdateRecordingSettings()
} else if (videoEncoder == SIMPLE_ENCODER_NVENC) { } else if (videoEncoder == SIMPLE_ENCODER_NVENC) {
UpdateRecordingSettings_nvenc(crf); UpdateRecordingSettings_nvenc(crf);
} }
UpdateRecordingAudioSettings();
} }
inline void SimpleOutput::SetupOutputs() inline void SimpleOutput::SetupOutputs()