summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-20 14:33:53 +0100
committerwm4 <wm4@nowhere>2015-01-20 14:33:53 +0100
commit6f5e5e6a9e9f1534282bdf21110bab980cc22164 (patch)
treea16191dc04544e8722bf816c4f80998908c2a1b9 /video/out/gl_video.h
parentbe02ebfcbae4f6f8f9f06f07363e1f651397894d (diff)
downloadmpv-6f5e5e6a9e9f1534282bdf21110bab980cc22164.tar.bz2
mpv-6f5e5e6a9e9f1534282bdf21110bab980cc22164.tar.xz
vo_opengl: remove cscale-down suboption
For an explanation see the additions to the manpage.
Diffstat (limited to 'video/out/gl_video.h')
-rw-r--r--video/out/gl_video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/gl_video.h b/video/out/gl_video.h
index 37c819ecdb..b3c5d5abe5 100644
--- a/video/out/gl_video.h
+++ b/video/out/gl_video.h
@@ -30,7 +30,7 @@ struct lut3d {
struct gl_video_opts {
char *scalers[2];
- char *dscalers[2];
+ char *dscaler;
float scaler_params[2][2];
float scaler_radius[2];
int indirect;