summaryrefslogtreecommitdiffstats
path: root/video/out/vo.c
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2018-01-20 16:10:42 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-20 14:43:49 -0800
commit828f38e10d184ad1081dc48da7981e7315d94055 (patch)
tree03017ebc5862933258735d4161f55bca0046860a /video/out/vo.c
parentdb08e28304693c1b2e8cbfbad0c28c23c1a414d7 (diff)
downloadmpv-828f38e10d184ad1081dc48da7981e7315d94055.tar.bz2
mpv-828f38e10d184ad1081dc48da7981e7315d94055.tar.xz
video: change some remaining vo_opengl mentions to vo_gpu
Diffstat (limited to 'video/out/vo.c')
-rw-r--r--video/out/vo.c2
1 files changed, 1 insertions, 1 deletions
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;