From 07fa5c8a8f4b070db2c31ae05daaaa57615c4b66 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Thu, 28 Sep 2017 17:21:56 +0200 Subject: vo_gpu: fix --opengl-gamma redirect It still pointed at --gpu-gamma, but we decided on --gamma-factor instead. --- 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 21fb13637a..8f56380789 100644 --- a/video/out/gpu/video.c +++ b/video/out/gpu/video.c @@ -409,7 +409,7 @@ const struct m_sub_options gl_video_conf = { OPT_REPLACED("opengl-tex-pad-y", "gpu-tex-pad-y"), OPT_REPLACED("opengl-fbo-format", "fbo-format"), OPT_REPLACED("opengl-dumb-mode", "gpu-dumb-mode"), - OPT_REPLACED("opengl-gamma", "gpu-gamma"), + OPT_REPLACED("opengl-gamma", "gamma-factor"), {0} }, .size = sizeof(struct gl_video_opts), -- cgit v1.2.3