[FFmpeg-devel] [PATCH] doc: move sws_dither option description to scaler.texi

Stefano Sabatini stefasab at gmail.com
Mon Sep 30 16:55:44 CEST 2013


That's the more proper place where the scaler options should be
documented.
---
 doc/filters.texi | 17 -----------------
 doc/scaler.texi  | 18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/doc/filters.texi b/doc/filters.texi
index 9e3fe5c..93cdad8 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6669,23 +6669,6 @@ Set full range (0-255 in case of 8-bit luma).
 Set "MPEG" range (16-235 in case of 8-bit luma).
 @end table
 
- at item sws_dither
-Set the dithering algorithm
-
- at table @samp
- at item auto
-Choose automatically.
-
- at item none
-No dithering
-
- at item bayer
-bayer dither
-
- at item ed
-error diffusion dither
- at end table
-
 @item force_original_aspect_ratio
 Enable decreasing or increasing output video width or height if necessary to
 keep the original aspect ratio. Possible values:
diff --git a/doc/scaler.texi b/doc/scaler.texi
index 0921551..08d90bc 100644
--- a/doc/scaler.texi
+++ b/doc/scaler.texi
@@ -96,6 +96,24 @@ Set scaling algorithm parameters. The specified values are specific of
 some scaling algorithms and ignored by others. The specified values
 are floating point number values.
 
+ at item sws_dither
+Set the dithering algorithm. Accepts one of the following
+values. Default value is @samp{auto}.
+
+ at table @samp
+ at item auto
+automatic choice
+
+ at item none
+no dithering
+
+ at item bayer
+bayer dither
+
+ at item ed
+error diffusion dither
+ at end table
+
 @end table
 
 @c man end SCALER OPTIONS
-- 
1.8.1.2



More information about the ffmpeg-devel mailing list