Skip to content

Commit

Permalink
filters: drop mitchell_clamp from recommended
Browse files Browse the repository at this point in the history
The new hermite is better in every way for frame mixing.
  • Loading branch information
haasn committed Sep 18, 2023
1 parent 21936f5 commit 406afa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/filters.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,6 @@ const struct pl_filter_config pl_filter_mitchell_clamp = {
.params = {1/3.0, 1/3.0},
.clamp = 1.0,
.allowed = PL_FILTER_ALL,
.recommended = PL_FILTER_FRAME_MIXING,
};

const struct pl_filter_config pl_filter_robidoux = {
Expand Down

0 comments on commit 406afa5

Please sign in to comment.