summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/video.h
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2016-10-26 16:32:57 +0200
committerwm4 <wm4@nowhere>2016-11-01 16:25:40 +0100
commit654721c27bc0b2ca5fe27a5932b42332c1674547 (patch)
treef44c259f491a145ff594978ac7b9fe4bc951df84 /video/out/opengl/video.h
parent58383229756a8871fb312c0897914e45e5824fc1 (diff)
downloadmpv-654721c27bc0b2ca5fe27a5932b42332c1674547.tar.bz2
mpv-654721c27bc0b2ca5fe27a5932b42332c1674547.tar.xz
filter_kernels: add ability to taper kernels/windows
This allows us to define the tukey window (and other tapered windows). Also add a missing option definition for `wblur` while we're at it, to make testing out window-related stuff easier.
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 5011af83d1..54b7022f27 100644
--- a/video/out/opengl/video.h
+++ b/video/out/opengl/video.h
@@ -35,6 +35,7 @@ struct scaler_fun {
char *name;
float params[2];
float blur;
+ float taper;
};
struct scaler_config {