diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-09-30 16:54:46 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-09-30 16:54:46 +0200 |
commit | 8fafaf18342696d37e69876f340fc0d080e48409 (patch) | |
tree | 73e5d02bf46f043b8350b358ee618d47961d44e1 /doc | |
parent | d17aaad6308150828bbae2c78ad789401753b22d (diff) | |
download | ffmpeg-8fafaf18342696d37e69876f340fc0d080e48409.tar.gz |
doc: move sws_dither option description to scaler.texi
That's the more proper place where the scaler options should be
documented.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 17 | ||||
-rw-r--r-- | doc/scaler.texi | 18 |
2 files changed, 18 insertions, 17 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 9e3fe5c3b8..93cdad8b41 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 -@item sws_dither -Set the dithering algorithm - -@table @samp -@item auto -Choose automatically. - -@item none -No dithering - -@item bayer -bayer dither - -@item ed -error diffusion dither -@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 0921551a5a..08d90bcc81 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. +@item sws_dither +Set the dithering algorithm. Accepts one of the following +values. Default value is @samp{auto}. + +@table @samp +@item auto +automatic choice + +@item none +no dithering + +@item bayer +bayer dither + +@item ed +error diffusion dither +@end table + @end table @c man end SCALER OPTIONS |