mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-03-31 09:07:13 +09:00
Disable vaapi debug output
This commit is contained in:
@@ -181,6 +181,8 @@ static bool supports_hevc_without_padding(const char *card_path) {
|
||||
goto done;
|
||||
}
|
||||
|
||||
vaSetInfoCallback(va_dpy, NULL, NULL);
|
||||
|
||||
if(vaInitialize(va_dpy, &va_major, &va_minor) != VA_STATUS_SUCCESS) {
|
||||
fprintf(stderr, "gsr error: supports_hevc_without_padding: vaInitialize failed\n");
|
||||
goto done;
|
||||
|
||||
Reference in New Issue
Block a user