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/mp_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/mp_image.c') diff --git a/video/mp_image.c b/video/mp_image.c index 37a4a3cf02..4da576c400 100644 --- a/video/mp_image.c +++ b/video/mp_image.c @@ -65,7 +65,7 @@ static int mp_image_layout(int imgfmt, int w, int h, int stride_align, // Note: for non-mod-2 4:2:0 YUV frames, we have to allocate an additional // top/right border. This is needed for correct handling of such - // images in filter and VO code (e.g. vo_vdpau or vo_opengl). + // images in filter and VO code (e.g. vo_vdpau or vo_gpu). for (int n = 0; n < MP_MAX_PLANES; n++) { int alloc_w = mp_chroma_div_up(w, desc.xs[n]); -- cgit v1.2.3