summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-05-25 23:47:55 +0200
committerwm4 <wm4@nowhere>2013-05-26 16:44:20 +0200
commit39225ed19676aa054aa36eb1e09b72ec712ae368 (patch)
treeb9c30c3fd281b26985a70e515443ccf8ea6b081c /video/out/gl_video.h
parentf44a242258c282eb1407899a64571c39d010285b (diff)
downloadmpv-39225ed19676aa054aa36eb1e09b72ec712ae368.tar.bz2
mpv-39225ed19676aa054aa36eb1e09b72ec712ae368.tar.xz
gl_video: add scaler-resizes-only sub-option
This option disables the scaler set with lscale if the video image is not resized.
Diffstat (limited to 'video/out/gl_video.h')
-rw-r--r--video/out/gl_video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/gl_video.h b/video/out/gl_video.h
index 8418df1bc1..72cfcf51a9 100644
--- a/video/out/gl_video.h
+++ b/video/out/gl_video.h
@@ -35,6 +35,7 @@ struct gl_video_opts {
int srgb;
int scale_sep;
int fancy_downscaling;
+ int scaler_resizes_only;
int npot;
int pbo;
int dither_depth;