summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorNiklas Haas <git@nand.wakku.to>2016-03-05 12:02:01 +0100
committerwm4 <wm4@nowhere>2016-03-05 13:08:38 +0100
commitb81036524a834ebf33d7ae520153be0062d3dae5 (patch)
tree4e1ec94567826f8e585871d6c7d3b90850241dc6 /video/out/opengl/video.h
parent8ac6f6acf0845b390fe02f8d7fd5b3155a592c2d (diff)
downloadmpv-b81036524a834ebf33d7ae520153be0062d3dae5.tar.bz2
mpv-b81036524a834ebf33d7ae520153be0062d3dae5.tar.xz
vo_opengl: rename prescale to prescale-luma
Since prescale now literally only affects the luma plane (and the filters are all designed for luma-only operation either way), the option has been renamed and the documentation updated to clarify this.
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;