summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-01-25 21:46:01 +0100
committerwm4 <wm4@nowhere>2016-01-25 21:46:40 +0100
commit521110054d89f5066549288092fd945968dd4d50 (patch)
tree3d5dabc0ff275ecdd1389ecc066d2bef1b3daa88 /video/out/opengl/video.h
parentbd1fb6f9b13f2b70a0bfcd0b6be3e16917dfd8bb (diff)
downloadmpv-521110054d89f5066549288092fd945968dd4d50.tar.bz2
mpv-521110054d89f5066549288092fd945968dd4d50.tar.xz
vo_opengl: add tscale-interpolates-only sub-option
Diffstat (limited to 'video/out/opengl/video.h')
-rw-r--r--video/out/opengl/video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/video.h b/video/out/opengl/video.h
index 5c9262a97a..ea6981705c 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -83,6 +83,7 @@ struct gl_video_opts {
float sigmoid_center;
float sigmoid_slope;
int scaler_resizes_only;
+ int tscale_interpolates_only;
int pbo;
int dither_depth;
int dither_algo;