summaryrefslogtreecommitdiffstats
path: root/video/out/filter_kernels.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/filter_kernels.c')
-rw-r--r--video/out/filter_kernels.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/filter_kernels.c b/video/out/filter_kernels.c
index ef69903df7..a748ac10ab 100644
--- a/video/out/filter_kernels.c
+++ b/video/out/filter_kernels.c
@@ -370,7 +370,7 @@ const struct filter_kernel mp_filter_kernels[] = {
{{"robidouxsharp", 2, cubic_bc, .params = {0.2620, 0.3690} }},
{{"ewa_robidoux", 2, cubic_bc, .params = {0.3782, 0.3109}}, .polar = true},
{{"ewa_robidouxsharp", 2, cubic_bc, .params = {0.2620, 0.3690}}, .polar = true},
- // Miscalleaneous filters
+ // Miscellaneous filters
{{"box", 1, box, .resizable = true}},
{{"nearest", 0.5, box}},
{{"triangle", 1, triangle, .resizable = true}},