Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/scaler.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/scaler.texi b/doc/scaler.texi
index f043ffd5f2..23d6393883 100644
--- a/doc/scaler.texi
+++ b/doc/scaler.texi
@@ -112,6 +112,14 @@ bayer dither
@item ed
error diffusion dither
+
+@item a_dither
+arithmetic dither, based using addition
+
+@item x_dither
+arithmetic dither, based using xor (more random/less apparent patterning that
+a_dither).
+
@end table
@end table