summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorDan Oscarsson <DanOscarsson@users.noreply.github.com>2017-03-27 11:34:02 +0200
committerwm4 <wm4@nowhere>2017-04-14 17:43:34 +0200
commitae0a40259fa9ce45d34c966da067e20a69156330 (patch)
treeff0213b28768301da56bde1b8587996489de3307 /DOCS/interface-changes.rst
parent7b84297699214a9e35eb7d4d447d29e62c26892f (diff)
downloadmpv-ae0a40259fa9ce45d34c966da067e20a69156330.tar.bz2
mpv-ae0a40259fa9ce45d34c966da067e20a69156330.tar.xz
player: add --keep-open-pause=no option
Instead of pausing if --keep-open is active, stop at end but continue playing if seeking backwards. And then stop again when end is reached. Signed-off-by: wm4 <wm4@nowhere> Over the PR, the option was renamed, and the manpage additions were slightly changed/enhanced.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index f3605016a8..d2618e1945 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -43,6 +43,7 @@ Interface changes
moved to "somewhere else" syntax-wise.
- deprecate --loop - after a deprecation period, it will be undeprecated,
but changed to alias --loop-file
+ - add --keep-open-pause=no
--- mpv 0.24.0 ---
- deprecate --hwdec-api and replace it with --opengl-hwdec-interop.
The new option accepts both --hwdec values, as well as named backends.