From 654721c27bc0b2ca5fe27a5932b42332c1674547 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Wed, 26 Oct 2016 16:32:57 +0200 Subject: 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. --- video/out/opengl/video.h | 1 + 1 file changed, 1 insertion(+) (limited to 'video/out/opengl/video.h') 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 { -- cgit v1.2.3