summaryrefslogtreecommitdiffstats
path: root/video/out/vo_rpi.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2018-02-08 01:55:31 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-02-11 17:45:51 -0800
commit7b1e73139f73f446a472782e1465040c0e6b16dd (patch)
tree83e7cd8af10b7453671259ceb64669ad58726ed2 /video/out/vo_rpi.c
parentbff8cfe3f0a8ec4235e32b23deec36d9a476b8d6 (diff)
downloadmpv-7b1e73139f73f446a472782e1465040c0e6b16dd.tar.bz2
mpv-7b1e73139f73f446a472782e1465040c0e6b16dd.tar.xz
vo_gpu: add internal ability to skip osd/subs for rendering
Needed for the following commit.
Diffstat (limited to 'video/out/vo_rpi.c')
-rw-r--r--video/out/vo_rpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/vo_rpi.c b/video/out/vo_rpi.c
index 4322a3f478..2065151b1d 100644
--- a/video/out/vo_rpi.c
+++ b/video/out/vo_rpi.c
@@ -266,7 +266,7 @@ static void update_osd(struct vo *vo)
.flip = true,
};
gl_video_set_osd_pts(p->gl_video, p->osd_pts);
- gl_video_render_frame(p->gl_video, &frame, target);
+ gl_video_render_frame(p->gl_video, &frame, target, RENDER_FRAME_DEF);
ra_tex_free(p->egl.ra, &target.tex);
MP_STATS(vo, "stop rpi_osd");