summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-10-03 15:49:53 +0200
committerwm4 <wm4@nowhere>2016-10-03 15:49:53 +0200
commit81d125efd8f66f560ee5e169bfd641daf64be1db (patch)
tree1e9a571d055a9950dba2da740fe3b6afa62174e0 /DOCS
parentff531b71e3c593c6a05475fcb2510ee00ec7c9d4 (diff)
downloadmpv-81d125efd8f66f560ee5e169bfd641daf64be1db.tar.bz2
mpv-81d125efd8f66f560ee5e169bfd641daf64be1db.tar.xz
DOCS/interface-changes.rst: mention seek command change
This is potentially incompatible if a program used negative timestamps to deal with timestamp resets, which would potentially lead to mpv producing and using negative timestamps.
Diffstat (limited to 'DOCS')
-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 d32203ccb5..53e6ee016e 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -81,6 +81,9 @@ Interface changes
- deprecate mp.suspend(), mp.resume(), mp.resume_all() Lua scripting
commands, as well as setting mp.use_suspend. They will be completely
removed in 0.22.0.
+ - the "seek" command's absolute seek mode will now interpret negative
+ seek times as relative from the end of the file (and clamps seeks that
+ still go before 0)
- add almost all options to the property list, meaning you can change
options without adding "options/" to the property name (a new section
has been added to the manpage describing some conflicting behavior