summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2017-07-05 01:26:56 +0200
committerNiklas Haas <git@haasn.xyz>2017-07-05 11:21:58 +0200
commit6e25934a8c3e7ccc9e562716ef712aa95de71e86 (patch)
treec2ab96388b23261a29d8b85a67a3fc4350b7df48 /video
parentad0d6caac76a0cff9e98912314e749c1fde32d98 (diff)
downloadmpv-6e25934a8c3e7ccc9e562716ef712aa95de71e86.tar.bz2
mpv-6e25934a8c3e7ccc9e562716ef712aa95de71e86.tar.xz
vo_opengl: remove redundant left-over line
The pass_read_fbo immediately below replaces it
Diffstat (limited to 'video')
-rw-r--r--video/out/opengl/video.c1
1 files changed, 0 insertions, 1 deletions
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");
}