mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-06 15:00:43 +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;
|
bool success = false;
|
||||||
VAProfile *profile_list = NULL;
|
VAProfile *profile_list = NULL;
|
||||||
|
|
||||||
|
vaSetInfoCallback(va_dpy, NULL, NULL);
|
||||||
|
|
||||||
int va_major = 0;
|
int va_major = 0;
|
||||||
int va_minor = 0;
|
int va_minor = 0;
|
||||||
if(vaInitialize(va_dpy, &va_major, &va_minor) != VA_STATUS_SUCCESS) {
|
if(vaInitialize(va_dpy, &va_major, &va_minor) != VA_STATUS_SUCCESS) {
|
||||||
|
|||||||
Reference in New Issue
Block a user