From 6e25934a8c3e7ccc9e562716ef712aa95de71e86 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Wed, 5 Jul 2017 01:26:56 +0200 Subject: vo_opengl: remove redundant left-over line The pass_read_fbo immediately below replaces it --- video/out/opengl/video.c | 1 - 1 file changed, 1 deletion(-) (limited to 'video/out/opengl/video.c') diff --git a/video/out/opengl/video.c b/video/out/opengl/video.c index a83e6e34b7..9efeb200b0 100644 --- a/video/out/opengl/video.c +++ b/video/out/opengl/video.c @@ -2507,7 +2507,6 @@ static bool pass_render_frame(struct gl_video *p, struct mp_image *mpi, uint64_t finish_pass_fbo(p, &p->blend_subs_fbo, rect.w, rect.h, 0); pass_draw_osd(p, OSD_DRAW_SUB_ONLY, vpts, rect, rect.w, rect.h, p->blend_subs_fbo.fbo, false); - GLSL(color = texture(texture0, texcoord0);) pass_read_fbo(p, &p->blend_subs_fbo); pass_describe(p, "blend subs video"); } -- cgit v1.2.3