mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
filter_kernels: remove hermite window
Will have to find a source before re-adding.
This commit is contained in:
parent
13efec228b
commit
1984e31706
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user