summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video.c')
-rw-r--r--video/out/opengl/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c
index 2c3a22d1ca..14ad3dee79 100644
--- a/video/out/opengl/video.c
+++ b/video/out/opengl/video.c
@@ -1213,7 +1213,7 @@ static void pass_prescale(struct gl_video *p, int src_tex_num, int dst_tex_num,
p->opts.superxbr_opts, &transform);
break;
case 2:
- pass_nnedi3(p->sc, planes, tex_num, step,
+ pass_nnedi3(p->gl, p->sc, planes, tex_num, step,
p->opts.nnedi3_opts, &transform);
break;
default: