Skip to content

Commit

Permalink
renderer: fix mitchell_clamp description
Browse files Browse the repository at this point in the history
To be more, well, descriptive.
  • Loading branch information
haasn committed Sep 19, 2023
1 parent 75b3947 commit 63f5089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ const struct pl_filter_preset pl_frame_mixers[] = {
{ "none", NULL, "No frame mixing" },
{ "linear", &pl_filter_bilinear, "Linear frame mixing" },
{ "oversample", &pl_filter_oversample, "Oversample (AKA SmoothMotion)" },
{ "mitchell_clamp", &pl_filter_mitchell_clamp, "Cubic spline (clamped)" },
{ "mitchell_clamp", &pl_filter_mitchell_clamp, "Clamped Mitchell spline" },
{ "hermite", &pl_filter_hermite, "Cubic spline (Hermite)" },
{0}
};
Expand Down

0 comments on commit 63f5089

Please sign in to comment.