From 18c74f7dfe9cbefe9de818caa00c3f77ce600f71 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Wed, 12 Jul 2017 19:08:58 +0200 Subject: vo_opengl: generalize --scale-clamp etc. This can help fight ringing without completely killing it, thus providing a middle-ground between ringing and aliasing. --- video/out/opengl/video.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/opengl/video.h') diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h index b4f91b802f..09083da41b 100644 --- a/video/out/opengl/video.h +++ b/video/out/opengl/video.h @@ -44,7 +44,7 @@ struct scaler_config { float radius; float antiring; float cutoff; - int clamp; + float clamp; }; struct scaler { -- cgit v1.2.3