summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-10-06 20:28:55 +0200
committerwm4 <wm4@nowhere>2019-10-06 20:46:22 +0200
commite5a97ef27f8be577debb0cbd8acbcc8f743cc4d1 (patch)
tree94098624f6eee49c5a8142aeda13fb6488faf418 /DOCS/man
parente38b0b245ed4b12f71f0274e25275f301faf93a3 (diff)
downloadmpv-e5a97ef27f8be577debb0cbd8acbcc8f743cc4d1.tar.bz2
mpv-e5a97ef27f8be577debb0cbd8acbcc8f743cc4d1.tar.xz
audio: do not try gapless if video is still ongoing
In this case, gapless will most likely not work. It will result in (very slight) desync, or (more commonly with small buffer sizes), in an underflow. I think it would be legitimate to disable gapless at end of playback completely if video is enabled at all. But this would need an exception for cover art mode, so I guess the current solution is OK as well.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 52f179051d..99c02d7fe6 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -1798,6 +1798,8 @@ Audio
an implementation detail, and can change from version to version.
Currently, the device is kept even if the sample format changes,
but the sample formats are convertible.
+ If video is still going on when there is still audio, trying to use
+ gapless is also explicitly given up.
.. note::