summaryrefslogtreecommitdiffstats
path: root/video/vaapi.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-01-11 16:24:22 +0100
committerwm4 <wm4@nowhere>2020-01-11 16:35:30 +0100
commita3ddddff3a1eecd36ad7ef2d5db80d45cfbc7a2d (patch)
tree6e6634027b11543e393e7923d00789cbf27e5267 /video/vaapi.c
parentf23dcfef82dece48f1e1877a66f2cc6f2a6501cb (diff)
downloadmpv-a3ddddff3a1eecd36ad7ef2d5db80d45cfbc7a2d.tar.bz2
mpv-a3ddddff3a1eecd36ad7ef2d5db80d45cfbc7a2d.tar.xz
vaapi: reduce log levels further
Try to exclude mostly uninteresting information from verbose logging, but still include it in debug logging.
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)