UI: Fix AMF AV1 simple recording presets

This commit is contained in:
Penwywern
2023-10-18 06:16:03 +02:00
committed by Ryan Foster
parent 311fb69175
commit 1a88cdb00d
+3
View File
@@ -1015,6 +1015,9 @@ void SimpleOutput::UpdateRecordingSettings()
UpdateRecordingSettings_amd_cqp(crf);
#endif
} else if (videoEncoder == SIMPLE_ENCODER_AMD_AV1) {
UpdateRecordingSettings_amd_cqp(crf);
} else if (videoEncoder == SIMPLE_ENCODER_NVENC) {
UpdateRecordingSettings_nvenc(crf);