summaryrefslogtreecommitdiffstats
path: root/video/vaapi.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/vaapi.c')
-rw-r--r--video/vaapi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/vaapi.c b/video/vaapi.c
index 2c6ef337b7..d0a2852a47 100644
--- a/video/vaapi.c
+++ b/video/vaapi.c
@@ -70,7 +70,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_V);
+ va_message_callback(context, msg, MSGL_DEBUG);
}
static void free_device_ref(struct AVHWDeviceContext *hwctx)