Skip to content

Commit ff3028c

Browse files
committed
GPU: don't hide unknown type of GPUs by default
Fix #1742
1 parent 2f706ed commit ff3028c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/gpu/gpu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ void ffInitGPUOptions(FFGPUOptions* options)
505505
#endif
506506
;
507507
options->temp = false;
508-
options->hideType = FF_GPU_TYPE_UNKNOWN;
508+
options->hideType = FF_GPU_TYPE_NONE;
509509
options->tempConfig = (FFColorRangeConfig) { 60, 80 };
510510
options->percent = (FFPercentageModuleConfig) { 50, 80, 0 };
511511
}

0 commit comments

Comments
 (0)