Merge pull request #2146 from Fenrirthviti/recording-bitrate-fix

UI: Fix audio bitrate not being set in simple mode
master
Jim 2019-11-05 12:52:15 -08:00 committed by GitHub
commit 57669ffcb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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