mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-04-21 09:19:34 +09:00
Disable vaapi info debug log
This commit is contained in:
@@ -244,6 +244,8 @@ static bool get_supported_video_codecs(VADisplay va_dpy, gsr_supported_video_cod
|
||||
bool success = false;
|
||||
VAProfile *profile_list = NULL;
|
||||
|
||||
vaSetInfoCallback(va_dpy, NULL, NULL);
|
||||
|
||||
int va_major = 0;
|
||||
int va_minor = 0;
|
||||
if(vaInitialize(va_dpy, &va_major, &va_minor) != VA_STATUS_SUCCESS) {
|
||||
|
||||
Reference in New Issue
Block a user