diff options
author | Niklas Haas <git@nand.wakku.to> | 2015-03-27 06:20:10 +0100 |
---|---|---|
committer | Niklas Haas <git@nand.wakku.to> | 2015-04-04 15:36:14 +0200 |
commit | 1984e3170633e1b258de4b1b6d98782d7bde0cf2 (patch) | |
tree | 9049cf95bd887ede3a4fe9cae95a3bca301b3e8c /video | |
parent | 13efec228ba3f01b45e397421eb6c7e498edd0a5 (diff) |
filter_kernels: remove hermite window
Will have to find a source before re-adding.
Diffstat (limited to 'video')
-rw-r--r-- | video/out/filter_kernels.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/filter_kernels.c b/video/out/filter_kernels.c index b1e34a78e8..48c9b3017a 100644 --- a/video/out/filter_kernels.c +++ b/video/out/filter_kernels.c @@ -328,7 +328,6 @@ const struct filter_window mp_filter_windows[] = { {"quadric", 1.5, quadric}, {"welch", 1, welch}, {"kaiser", 1, kaiser, .params = {6.33, NAN} }, - {"hermite", 1, cubic_bc, .params = {0.0, 0.0} }, {"blackman", 1, blackman, .params = {0.16, NAN} }, {"gaussian", 2, gaussian, .params = {1.0, NAN} }, {"sinc", 1, sinc}, |