浏览代码

UI: Fix AMF AV1 simple recording presets

Penwywern 2 年之前
父节点
当前提交
1a88cdb00d
共有 1 个文件被更改,包括 3 次插入0 次删除
  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);