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 09ccbca commit 47cec48Copy full SHA for 47cec48
src/detection/gpu/gpu_windows.cpp
@@ -102,7 +102,7 @@ static const char* detectWithDxgi(FFlist* gpus)
102
continue;
103
104
FFGPUResult* gpu = (FFGPUResult*)ffListAdd(gpus);
105
- gpu->dedicated.total = gpu->dedicated.total = gpu->shared.total = gpu->shared.used = FF_GPU_VMEM_SIZE_UNSET;
+ gpu->dedicated.total = gpu->dedicated.used = gpu->shared.total = gpu->shared.used = FF_GPU_VMEM_SIZE_UNSET;
106
107
ffStrbufInit(&gpu->vendor);
108
ffStrbufAppendS(&gpu->vendor, ffGetGPUVendorString(desc.VendorId));
0 commit comments