avfilter/af_crystalizer: improve filter description

pull/371/head
Paul B Mahol 4 years ago
parent cd97e1ff4d
commit c1c2e6f968
  1. 4
      doc/filters.texi
  2. 2
      libavfilter/af_crystalizer.c

@ -3682,7 +3682,9 @@ Set output gain. Default is 1.
This filter supports the all above options as @ref{commands}.
@section crystalizer
Simple algorithm to expand audio dynamic range.
Simple algorithm for audio noise sharpening.
This filter linearly increases differences betweeen each audio sample.
The filter accepts the following options:

@ -305,7 +305,7 @@ static const AVFilterPad outputs[] = {
AVFilter ff_af_crystalizer = {
.name = "crystalizer",
.description = NULL_IF_CONFIG_SMALL("Simple expand audio dynamic range filter."),
.description = NULL_IF_CONFIG_SMALL("Simple audio noise sharpening filter."),
.query_formats = query_formats,
.priv_size = sizeof(CrystalizerContext),
.priv_class = &crystalizer_class,

Loading…
Cancel
Save