We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f706ed commit ff3028cCopy full SHA for ff3028c
1 file changed
src/modules/gpu/gpu.c
@@ -505,7 +505,7 @@ void ffInitGPUOptions(FFGPUOptions* options)
505
#endif
506
;
507
options->temp = false;
508
- options->hideType = FF_GPU_TYPE_UNKNOWN;
+ options->hideType = FF_GPU_TYPE_NONE;
509
options->tempConfig = (FFColorRangeConfig) { 60, 80 };
510
options->percent = (FFPercentageModuleConfig) { 50, 80, 0 };
511
}
0 commit comments