From 81d125efd8f66f560ee5e169bfd641daf64be1db Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 3 Oct 2016 15:49:53 +0200 Subject: 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. --- DOCS/interface-changes.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS') 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 -- cgit v1.2.3