From ae33ec2c5b923667a410eb6fda468fc977948098 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 4 Mar 2015 20:18:14 +0100 Subject: vo_opengl: increase ambient light changes log level info is a quite too annoying. increase it to verbose. --- video/out/gl_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/gl_video.c b/video/out/gl_video.c index 7420d9d4d1..1f7920fbd3 100644 --- a/video/out/gl_video.c +++ b/video/out/gl_video.c @@ -2584,7 +2584,7 @@ void gl_video_set_ambient_lux(struct gl_video *p, int lux) { if (p->opts.gamma_auto) { float gamma = gl_video_scale_ambient_lux(16.0, 64.0, 2.40, 1.961, lux); - MP_INFO(p, "ambient light changed: %dlux (gamma: %f)\n", lux, gamma); + MP_VERBOSE(p, "ambient light changed: %dlux (gamma: %f)\n", lux, gamma); p->opts.gamma = MPMIN(1.0, 1.961 / gamma); gl_video_eq_update(p); } -- cgit v1.2.3