summaryrefslogtreecommitdiffstats
path: root/video/decode
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/decode
parentdb08e28304693c1b2e8cbfbad0c28c23c1a414d7 (diff)
downloadmpv-828f38e10d184ad1081dc48da7981e7315d94055.tar.bz2
mpv-828f38e10d184ad1081dc48da7981e7315d94055.tar.xz
video: change some remaining vo_opengl mentions to vo_gpu
Diffstat (limited to 'video/decode')
-rw-r--r--video/decode/vd_lavc.c2
1 files changed, 1 insertions, 1 deletions
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