diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2023-03-26 20:49:09 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2023-03-29 00:15:19 +0200 |
commit | 0684e58886881a998f1a7b510d73600ff1df2b90 (patch) | |
tree | 78a0bf4f3eb741181c3b70f55549184a256deae8 | |
parent | 64016356bc1ed934188bbf6b9e1332b08ecebb4e (diff) | |
download | ffmpeg-0684e58886881a998f1a7b510d73600ff1df2b90.tar.gz |
doc/filters/paletteuse: mention none dithering value
Fix issue:
http://trac.ffmpeg.org/ticket/9950
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 62146e717f..913c4712aa 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -18652,6 +18652,8 @@ Frankie Sierra dithering v3 (error diffusion) Burkes dithering (error diffusion) @item atkinson Atkinson dithering by Bill Atkinson at Apple Computer (error diffusion) +@item none +Disable dithering. @end table Default is @var{sierra2_4a}. |