summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-04-18 21:32:58 +0200
committerwm4 <wm4@nowhere>2016-04-18 21:33:19 +0200
commit382bafcb1349855c2871bbe0a813f8493e1bd9f7 (patch)
treeec030defef7859e8bfcea89f8d347daa3fea716b /DOCS/interface-changes.rst
parentce153bdb428a47d5e26b84d7a1b757fd5f315c59 (diff)
downloadmpv-382bafcb1349855c2871bbe0a813f8493e1bd9f7.tar.bz2
mpv-382bafcb1349855c2871bbe0a813f8493e1bd9f7.tar.xz
player: loop on end of file if ab-loop-b is unset
Possibly slightly more useful/intuitive.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index ee6e135808..1a175d798e 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -19,6 +19,9 @@ Interface changes
::
+ --- mpv 0.17.1 ---
+ - now ab-loops are active even if the "ab-loop-b" property is unset ("no"),
+ in which case the end of the file is used as B loop point
--- mpv 0.17.0 ---
- deprecate "track-list/N/audio-channels" property (use
"track-list/N/demux-channel-count" instead)