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 db1a80e074..706982f9e5 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -110,7 +110,7 @@ struct gl_video_opts {
int deband;
struct deband_opts *deband_opts;
float unsharp;
- int prescale;
+ int prescale_luma;
int prescale_passes;
float prescale_downscaling_threshold;
struct superxbr_opts *superxbr_opts;