summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index df55ede27d..c7c567d50c 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -75,7 +75,7 @@ struct gl_video_opts {
int target_prim;
int target_trc;
int linear_scaling;
- int fancy_downscaling;
+ int correct_downscaling;
int sigmoid_upscaling;
float sigmoid_center;
float sigmoid_slope;