From c51fe7944d97d79af5c73c38e415af2332e529ff Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 27 Mar 2016 16:46:01 +0200 Subject: vo_openg: fix debanding + rectangle-textures --- video/out/opengl/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/opengl/video.c') diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c index 5a92d4286d..41a1110661 100644 --- a/video/out/opengl/video.c +++ b/video/out/opengl/video.c @@ -1574,7 +1574,7 @@ static void pass_read_video(struct gl_video *p) int id = pass_bind(p, tex[n]); pass_sample_deband(p->sc, p->opts.deband_opts, id, tex[n].multiplier, - p->gl_target, &p->lfg); + tex[n].gl_target, &p->lfg); skip_unused(p, tex[n].components); finish_pass_fbo(p, &p->deband_fbo[n], tex[n].w, tex[n].h, 0); tex[n] = img_tex_fbo(&p->deband_fbo[n], identity_trans, -- cgit v1.2.3