1
mirror of https://github.com/mpv-player/mpv synced 2024-11-14 22:48:35 +01:00

vo_opengl: remove redundant left-over line

The pass_read_fbo immediately below replaces it
This commit is contained in:
Niklas Haas 2017-07-05 01:26:56 +02:00
parent ad0d6caac7
commit 6e25934a8c

View File

@ -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");
}