Skip to content

Commit

Permalink
filters: fix ewa_lanczossharp(est) legacy description
Browse files Browse the repository at this point in the history
Consistency with the new `description` field.
  • Loading branch information
haasn committed Sep 4, 2023
1 parent 3061a8b commit bc3b89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/filters.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
{"bicubic", &pl_filter_bicubic, "Bicubic"}, \
{"lanczos", &pl_filter_lanczos, "Lanczos"}, \
{"ewa_lanczos", &pl_filter_ewa_lanczos, "Jinc (EWA Lanczos)"}, \
{"ewa_lanczossharp", &pl_filter_ewa_lanczossharp, "Sharpened Jinc (EWA Lanczos)"}, \
{"ewa_lanczos4sharpest",&pl_filter_ewa_lanczos4sharpest, "Sharpened Jinc-4 (EWA Lanczos)"}, \
{"ewa_lanczossharp", &pl_filter_ewa_lanczossharp, "Sharpened Jinc"}, \
{"ewa_lanczos4sharpest",&pl_filter_ewa_lanczos4sharpest, "Sharpened Jinc-AR, 4 taps"},\
{"gaussian", &pl_filter_gaussian, "Gaussian"}, \
{"spline16", &pl_filter_spline16, "Spline (2 taps)"}, \
{"spline36", &pl_filter_spline36, "Spline (3 taps)"}, \
Expand Down

0 comments on commit bc3b89e

Please sign in to comment.