Skip to content

Commit

Permalink
filters: change sinc radius to 2
Browse files Browse the repository at this point in the history
Matches vo_gpu definition and also matches output from other programs
  • Loading branch information
llyyr committed Sep 11, 2024
1 parent efb8934 commit 76bb971
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 @@ -734,7 +734,7 @@ const struct pl_filter_config pl_filter_sinc = {
.name = "sinc",
.description = "Sinc (unwindowed)",
.kernel = &pl_filter_function_sinc,
.radius = 3.0,
.radius = 2.0,
.allowed = PL_FILTER_ALL,
};

Expand Down

0 comments on commit 76bb971

Please sign in to comment.