diff options
author | wm4 <wm4@nowhere> | 2014-03-09 00:12:53 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-03-09 01:27:41 +0100 |
commit | e5e86083329f25342f1a7ec30efcaaa6cee0aec9 (patch) | |
tree | 5fb94366a2d353402a6453d09547ee2586fc6a34 /DOCS | |
parent | a477481aabaa16f1ed15af456125160bc8face5a (diff) | |
download | mpv-e5e86083329f25342f1a7ec30efcaaa6cee0aec9.tar.bz2 mpv-e5e86083329f25342f1a7ec30efcaaa6cee0aec9.tar.xz |
ao_jack: use new pull API helpers
This removes the ringbuffer management from the code, and uses the
generic code added with the previous commit. The result should be
pretty much the same.
The "estimate" sub-option goes away. This estimation is now always
active. The new code for delay estimation is slightly different, and
follows the claim of the jack framework that callbacks are timed
exactly.
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/ao.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst index ac95be760b..4b6ddea1a1 100644 --- a/DOCS/man/en/ao.rst +++ b/DOCS/man/en/ao.rst @@ -81,9 +81,6 @@ Available audio output drivers are: ``name=<client>`` Client name that is passed to JACK (default: ``mpv``). Useful if you want to have certain connections established automatically. - ``(no-)estimate`` - Estimate the audio delay, supposed to make the video playback smoother - (default: enabled). ``(no-)autostart`` Automatically start jackd if necessary (default: disabled). Note that this tends to be unreliable and will flood stdout with server messages. |