Browse Source

UI: Fix AMF AV1 simple recording presets

Penwywern 2 years ago
parent
commit
1a88cdb00d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      UI/window-basic-main-outputs.cpp

+ 3 - 0
UI/window-basic-main-outputs.cpp

@@ -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);