mirror of https://github.com/mpv-player/mpv
docs: fix leftover reference to the now defunct --video-sync-adrop-size option
This commit is contained in:
parent
fd8c673cfc
commit
4989ccbe7a
|
@ -6567,11 +6567,10 @@ Miscellaneous
|
||||||
video. (Although it should have the same effects as
|
video. (Although it should have the same effects as
|
||||||
``audio``, the implementation is very different.)
|
``audio``, the implementation is very different.)
|
||||||
:display-adrop: Drop or repeat audio data to compensate desyncing
|
:display-adrop: Drop or repeat audio data to compensate desyncing
|
||||||
video. See ``--video-sync-adrop-size``. This mode will
|
video. This mode will cause severe audio artifacts if
|
||||||
cause severe audio artifacts if the real monitor
|
the real monitor refresh rate is too different from
|
||||||
refresh rate is too different from the reported or
|
the reported or forced rate. Since mpv 0.33.0, this
|
||||||
forced rate. Since mpv 0.33.0, this acts on entire audio
|
acts on entire audio frames, instead of single samples.
|
||||||
frames, instead of single samples.
|
|
||||||
:display-desync: Sync video to display, and let audio play on its own.
|
:display-desync: Sync video to display, and let audio play on its own.
|
||||||
:desync: Sync video according to system clock, and let audio play
|
:desync: Sync video according to system clock, and let audio play
|
||||||
on its own.
|
on its own.
|
||||||
|
|
Loading…
Reference in New Issue