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/gpu/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/out/gpu/video.c') diff --git a/video/out/gpu/video.c b/video/out/gpu/video.c index 6e7b3ddf2b..727ae8254a 100644 --- a/video/out/gpu/video.c +++ b/video/out/gpu/video.c @@ -3344,7 +3344,7 @@ static bool test_fbo(struct gl_video *p, const struct ra_format *fmt) } // Return whether dumb-mode can be used without disabling any features. -// Essentially, vo_opengl with mostly default settings will return true. +// Essentially, vo_gpu with mostly default settings will return true. static bool check_dumb_mode(struct gl_video *p) { struct gl_video_opts *o = &p->opts; -- cgit v1.2.3