mirror of
https://github.com/mpv-player/mpv
synced 2025-03-01 11:50:48 +00:00
manpage: fix typo
This commit is contained in:
parent
cc1b1f773f
commit
a9892f901f
@ -344,7 +344,7 @@ opengl
|
||||
|
||||
dither-size-fruit=<2-8>
|
||||
Set the size of the dither matrix (default: 6). The actual size of
|
||||
the matrix is ``(N^2) x (N^2)`` for an option value of ``N``, so a
|
||||
the matrix is ``(2^N) x (2^N)`` for an option value of ``N``, so a
|
||||
value of 6 gives a size of 64x64. The matrix is generated at startup
|
||||
time, and a large matrix can take rather long to compute (seconds).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user