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/decode/vd_lavc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'video/decode') diff --git a/video/decode/vd_lavc.c b/video/decode/vd_lavc.c index 234701131a..4660d813b5 100644 --- a/video/decode/vd_lavc.c +++ b/video/decode/vd_lavc.c @@ -64,7 +64,7 @@ static enum AVPixelFormat get_format_hwdec(struct AVCodecContext *avctx, // Maximum number of surfaces the player wants to buffer. // This number might require adjustment depending on whatever the player does; -// for example, if vo_opengl increases the number of reference surfaces for +// for example, if vo_gpu increases the number of reference surfaces for // interpolation, this value has to be increased too. #define HWDEC_EXTRA_SURFACES 6 -- cgit v1.2.3