Browse Source

doc/filters: Fix option ranges for the sab filter.

Fixes ticket #5751.
tags/n3.2
Carl Eugen Hoyos 8 years ago
parent
commit
8916ad956a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      doc/filters.texi

+ 3
- 3
doc/filters.texi View File

@@ -11219,16 +11219,16 @@ Set luma maximum difference between pixels to still be considered, must
be a value in the 0.1-100.0 range, default value is 1.0. be a value in the 0.1-100.0 range, default value is 1.0.


@item chroma_radius, cr @item chroma_radius, cr
Set chroma blur filter strength, must be a value in range 0.1-4.0. A
Set chroma blur filter strength, must be a value in range -0.9-4.0. A
greater value will result in a more blurred image, and in slower greater value will result in a more blurred image, and in slower
processing. processing.


@item chroma_pre_filter_radius, cpfr @item chroma_pre_filter_radius, cpfr
Set chroma pre-filter radius, must be a value in the 0.1-2.0 range.
Set chroma pre-filter radius, must be a value in the -0.9-2.0 range.


@item chroma_strength, cs @item chroma_strength, cs
Set chroma maximum difference between pixels to still be considered, Set chroma maximum difference between pixels to still be considered,
must be a value in the 0.1-100.0 range.
must be a value in the -0.9-100.0 range.
@end table @end table


Each chroma option value, if not explicitly specified, is set to the Each chroma option value, if not explicitly specified, is set to the


Loading…
Cancel
Save