summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-05-06 15:27:00 +0200
committerwm4 <wm4@nowhere>2020-05-06 15:27:25 +0200
commitf77a4450b4f1c665f92e2f9917482a97650437c6 (patch)
tree71f5b213bad6076f46cf31c81a79e75314b80f29 /DOCS
parent12451ac7ebfd6dd90e1425f065785dc2654fcf3c (diff)
downloadmpv-f77a4450b4f1c665f92e2f9917482a97650437c6.tar.bz2
mpv-f77a4450b4f1c665f92e2f9917482a97650437c6.tar.xz
options: don't trigger bool "compact" path for --loop-file
In theory an incompatible change, but I think it's for the better. Impact should be relatively low. I hope. Fixes: #7676
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 45aaf99515..1b2e30fc10 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -65,6 +65,8 @@ Interface changes
vaguely a replacement of the removed option, but not the same
- change another detail for track selection options (see --aid manpage
entry)
+ - reading loop-file property as native property or mpv_node will now return
+ "inf" instead of boolean true (also affects loop option)
--- mpv 0.32.0 ---
- change behavior when using legacy option syntax with options that start
with two dashes (``--`` instead of a ``-``). Now, using the recommended