mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-04-28 12:23:19 +09:00
Support gpus that only support low power encoding mode (Intel Arc A380)
This commit is contained in:
@@ -147,7 +147,8 @@ bool gsr_get_supported_video_codecs_vulkan(gsr_supported_video_codecs *video_cod
|
||||
free(device_extensions);
|
||||
return success;
|
||||
#else
|
||||
video_codecs->h264 = true;
|
||||
// TODO: Low power query
|
||||
video_codecs->h264 = (gsr_supported_video_codec){ true, false };
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user