diff options
-rw-r--r-- | video/out/opengl/video.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, }; |