summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-03-18 22:03:04 +0100
committerwm4 <wm4@nowhere>2016-03-18 22:03:04 +0100
commitfe67aa7b1878ca3cf3bf81dcafa1bbe3efaf51c8 (patch)
tree53ed423c7ff01359fef524b2ad763ac01eda48f7 /DOCS/interface-changes.rst
parent042ca849ea6f2550ee4a14206c1dcf70659544d5 (diff)
downloadmpv-fe67aa7b1878ca3cf3bf81dcafa1bbe3efaf51c8.tar.bz2
mpv-fe67aa7b1878ca3cf3bf81dcafa1bbe3efaf51c8.tar.xz
lua: don't suspend core by default during script execution
This changes behavior somewhat. The old behavior can be restored by running "mp.use_suspend=true". It was originally introduced for the OSC, but I can't reproduce whatever misbehavior I was seeing. (See mp.suspend()/resume() for explanations what the suspend mechanism does.)
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 377d3efbb0..4ef60aa312 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -23,6 +23,7 @@ Interface changes
- deprecate "track-list/N/audio-channels" property (use
"track-list/N/demux-channel-count" instead)
- remove write access to "stream-pos", and change semantics for read access
+ - Lua scripts now don't suspend mpv by default while script code is run
--- mpv 0.16.0 ---
- change --audio-channels default to stereo (use --audio-channels=auto to
get the old default)