summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-14 15:22:37 +0100
committerwm4 <wm4@nowhere>2014-11-14 15:22:37 +0100
commitd484cb3f3245573ec024d6a50099d9a5a5e4400d (patch)
treed1940b4830efc25f13dcbe1ed25ebb8146412fc2 /video/out/gl_video.h
parent508d236c9a2dfe1cead27510e0b604654f9d7c8b (diff)
downloadmpv-d484cb3f3245573ec024d6a50099d9a5a5e4400d.tar.bz2
mpv-d484cb3f3245573ec024d6a50099d9a5a5e4400d.tar.xz
vo_opengl: allow setting different filters for downscaling
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 8ea5d3420f..a28109a5a2 100644
--- a/video/out/gl_video.h
+++ b/video/out/gl_video.h
@@ -29,6 +29,7 @@ struct lut3d {
struct gl_video_opts {
char *scalers[2];
+ char *dscalers[2];
float scaler_params[2][2];
float scaler_radius[2];
int indirect;