diff --git a/video/vaapi.c b/video/vaapi.c index 7997da2b2f..b1b9a518ea 100644 --- a/video/vaapi.c +++ b/video/vaapi.c @@ -92,7 +92,7 @@ static void va_error_callback(void *context, const char *msg) static void va_info_callback(void *context, const char *msg) { - va_message_callback(context, msg, MSGL_DEBUG); + va_message_callback(context, msg, MSGL_V); } static void free_device_ref(struct AVHWDeviceContext *hwctx)