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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/vo.h') diff --git a/video/out/vo.h b/video/out/vo.h index cc86a632e7..bf5995f722 100644 --- a/video/out/vo.h +++ b/video/out/vo.h @@ -65,7 +65,7 @@ enum mp_voctrl { VOCTRL_SET_EQUALIZER, // struct voctrl_set_equalizer_args* VOCTRL_GET_EQUALIZER, // struct voctrl_get_equalizer_args* - /* private to vo_opengl */ + /* private to vo_gpu */ VOCTRL_LOAD_HWDEC_API, // Redraw the image previously passed to draw_image() (basically, repeat -- cgit v1.2.3