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.
This commit is contained in:
wm4 2016-10-03 15:49:53 +02:00
parent ff531b71e3
commit 81d125efd8
1 changed files with 3 additions and 0 deletions

View File

@ -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