From 5429dbf2a25ecdab2330aa8a24c788e1a2e4f6ed Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 30 Jul 2017 09:43:41 +0200 Subject: vo_opengl: fix dither texture filter Should be GL_NEAREST, not GL_LINEAR. --- video/out/opengl/video.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video') diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c index 0b777f2c53..cbf3663adc 100644 --- a/video/out/opengl/video.c +++ b/video/out/opengl/video.c @@ -2629,7 +2629,6 @@ static void pass_dither(struct gl_video *p) .d = 1, .format = fmt, .render_src = true, - .src_linear = true, .src_repeat = true, .initial_data = tex_data, }; -- cgit v1.2.3