From 828f38e10d184ad1081dc48da7981e7315d94055 Mon Sep 17 00:00:00 2001 From: Akemi Date: Sat, 20 Jan 2018 16:10:42 +0100 Subject: video: change some remaining vo_opengl mentions to vo_gpu --- video/out/vo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo.c') diff --git a/video/out/vo.c b/video/out/vo.c index fa79d51739..562c6b048a 100644 --- a/video/out/vo.c +++ b/video/out/vo.c @@ -1190,7 +1190,7 @@ void vo_get_src_dst_rects(struct vo *vo, struct mp_rect *out_src, // flip_page[_timed] will be called offset_us microseconds too early. // (For vo_vdpau, which does its own timing.) // num_req_frames set the requested number of requested vo_frame.frames. -// (For vo_opengl interpolation.) +// (For vo_gpu interpolation.) void vo_set_queue_params(struct vo *vo, int64_t offset_us, int num_req_frames) { struct vo_internal *in = vo->in; -- cgit v1.2.3