summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-05-23 04:24:04 +0200
committerwm4 <wm4@nowhere>2020-05-23 04:24:04 +0200
commit502e7987d8d85cb1d9eb3b3d1af38a1a92cc04e8 (patch)
tree0fb2e497ebbcb1e4898f565845065ad0902a7c63 /DOCS
parente822207ab4f860c062fce78ba75c5d32290f4163 (diff)
downloadmpv-502e7987d8d85cb1d9eb3b3d1af38a1a92cc04e8.tar.bz2
mpv-502e7987d8d85cb1d9eb3b3d1af38a1a92cc04e8.tar.xz
player: remove some display-adrop leftovers
Forgotten in one of the previous commits. Also undeprecates display-adrop since it's out of sight now.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst3
-rw-r--r--DOCS/man/options.rst7
2 files changed, 3 insertions, 7 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index ad1e5b47d1..4cbeb98cce 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -69,6 +69,9 @@ Interface changes
"inf" instead of boolean true (also affects loop option)
- remove some --vo-direct3d-... options (it got dumbed down; use --vo=gpu)
- remove video-params/plane-depth property (was too vaguely defined)
+ - remove --video-sync-adrop-size option (implementation was changed, no
+ replacement for what this option did)
+ - undeprecate --video-sync=display-adrop
--- mpv 0.32.0 ---
- change behavior when using legacy option syntax with options that start
with two dashes (``--`` instead of a ``-``). Now, using the recommended
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 4ed5944956..9410ebd2fa 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6447,13 +6447,6 @@ Miscellaneous
frame dropping due to the audio "overshooting" and skipping multiple video
frames before the sync logic can react.
-``--video-sync-adrop-size=<value>``
- For the ``--video-sync=display-adrop`` mode. This mode duplicates/drops
- audio data to keep audio in sync with video. To avoid audio artifacts on
- jitter (which would add/remove samples all the time), this is done in
- relatively large, fixed units, controlled by this option. The unit is
- seconds.
-
``--mf-fps=<value>``
Framerate used when decoding from multiple PNG or JPEG files with ``mf://``
(default: 1).