GPU: don't hide unknown type of GPUs by default

Fix #1742
This commit is contained in:
Carter Li
2025-05-09 21:58:41 +08:00
parent 2f706ed494
commit ff3028c656
+1 -1
View File
@@ -505,7 +505,7 @@ void ffInitGPUOptions(FFGPUOptions* options)
#endif
;
options->temp = false;
options->hideType = FF_GPU_TYPE_UNKNOWN;
options->hideType = FF_GPU_TYPE_NONE;
options->tempConfig = (FFColorRangeConfig) { 60, 80 };
options->percent = (FFPercentageModuleConfig) { 50, 80, 0 };
}