Skip to content

Commit

Permalink
filters: recommend hermite for downscaling
Browse files Browse the repository at this point in the history
It's reasonably fast and, actually, very high quality.
  • Loading branch information
haasn committed Sep 19, 2023
1 parent 65e62b1 commit 037c44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ const struct pl_filter_config pl_filter_hermite = {
.description = "Hermite",
.kernel = &pl_filter_function_hermite,
.allowed = PL_FILTER_ALL,
.recommended = PL_FILTER_FRAME_MIXING,
.recommended = PL_FILTER_DOWNSCALING | PL_FILTER_FRAME_MIXING,
};

const struct pl_filter_config pl_filter_catmull_rom = {
Expand Down

0 comments on commit 037c44e

Please sign in to comment.