mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-04-26 19:36:44 +09:00
Fix replay saving freeze, unable to save replay if audio is not provided
This commit is contained in:
@@ -116,7 +116,7 @@ static bool get_supported_video_codecs(VADisplay va_dpy, gsr_supported_video_cod
|
||||
int va_minor = 0;
|
||||
if(vaInitialize(va_dpy, &va_major, &va_minor) != VA_STATUS_SUCCESS) {
|
||||
fprintf(stderr, "gsr error: gsr_get_supported_video_codecs_vaapi: vaInitialize failed\n");
|
||||
goto fail;
|
||||
return false;
|
||||
}
|
||||
|
||||
int num_profiles = vaMaxNumProfiles(va_dpy);
|
||||
|
||||
Reference in New Issue
Block a user