summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-08-15 22:42:56 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-15 23:23:58 +0200
commit6d246f440e46e12dfe4ff433c5ac0ceffd134143 (patch)
tree573aea96c4e28772de49531596a773fabdaae3c6 /doc
parent1e0e193240a8e47a980ac76b8b5af831b17b7928 (diff)
avfilter/vf_scale: generic swscale option support
With this all AVOptions from swscale can be set without each needing changes to vf_scale.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 9a871b9679..b89ba96351 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -6403,6 +6403,23 @@ 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: