summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorBin Jin <bjin1990@gmail.com>2015-12-05 19:14:23 +0000
committerwm4 <wm4@nowhere>2015-12-07 23:48:18 +0100
commite6058d3dc30ca8160ebeb8bba562ba08574164bb (patch)
tree50e9a8e877f002054dc35434203552f0b8792002 /video/out/opengl/video.h
parentc1a96de41c9e3b38d0946d5c02c1faf5b39d4074 (diff)
downloadmpv-e6058d3dc30ca8160ebeb8bba562ba08574164bb.tar.bz2
mpv-e6058d3dc30ca8160ebeb8bba562ba08574164bb.tar.xz
vo_opengl: make LOOKUP_TEXTURE_SIZE configurable
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 a56c0c1c09..4dab617cda 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -71,6 +71,7 @@ struct scaler {
struct gl_video_opts {
int dumb_mode;
struct scaler_config scaler[4];
+ int scaler_lut_size;
float gamma;
int gamma_auto;
int target_prim;