From fedaad8250b9c9e262da3cda2114ccf5b62703a3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 10 Aug 2015 18:40:16 +0200 Subject: player: separate controls for user and video controlled speed For video sync, we want separate playback speed controls for user- requested speed and the "correction" speed for video timing. Further, we use this separation to make sure only a resampler is inserted if playback speed is only changed for video sync correction. As of this commit, this is basically inactive code. It's just preparation for the video sync code (the following commit). --- DOCS/man/input.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS/man/input.rst') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index c8ea211fdf..10be785ec5 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -826,6 +826,10 @@ Property list ``speed`` (RW) See ``--speed``. +``audio-speed-correction``, ``video-speed-correction`` + Factor multiplied with ``speed`` at which the player attempts to play the + file. Usually it's exactly 1. (Display sync mode will make this useful.) + ``filename`` Currently played file, with path stripped. If this is an URL, try to undo percent encoding as well. (The result is not necessarily correct, but -- cgit v1.2.3