summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--video/out/opengl/video.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c
index 4bc733ae89..0e1f58e7e8 100644
--- a/video/out/opengl/video.c
+++ b/video/out/opengl/video.c
@@ -2373,6 +2373,7 @@ static void pass_render_frame(struct gl_video *p)
p->components = 0;
p->saved_tex_num = 0;
p->hook_fbo_num = 0;
+ p->use_linear = false;
if (p->image_params.rotate % 180 == 90)
MPSWAP(int, p->texture_w, p->texture_h);