docs: fix leftover reference to the now defunct --video-sync-adrop-size option

This commit is contained in:
Chris Varenhorst 2021-05-28 19:16:35 -07:00 committed by Dudemanguy
parent fd8c673cfc
commit 4989ccbe7a
1 changed files with 4 additions and 5 deletions

View File

@ -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.