summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-11-15 23:45:57 +0100
committerwm4 <wm4@nowhere>2016-11-15 23:47:06 +0100
commit79efe248a55fbef91174c54018f40b16f67d7e49 (patch)
tree0ad0a2d4890d0f6efb00cf44304eeeca973685b9
parent106f607ef7c6a5a980b9a49b2c8da4d598cd58e5 (diff)
downloadmpv-79efe248a55fbef91174c54018f40b16f67d7e49.tar.bz2
mpv-79efe248a55fbef91174c54018f40b16f67d7e49.tar.xz
DOCS/interface-changes.rst: reword a line
Try to make it sound a bit less weird. Probably still sounds weird, so feel free to propose further changes.
-rw-r--r--DOCS/interface-changes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 726668cced..aebb181420 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -20,8 +20,8 @@ Interface changes
::
--- mpv 0.21.0 ---
- - setting certain options at runtime will now take care of updating them
- property (see for example issue #3281). On the other hand, it will also
+ - unlike in older versions, setting options at runtime will now take effect
+ immediately (see for example issue #3281). On the other hand, it will also
do runtime verification and reject option changes that do not work
(example: setting the "vf" option to a filter during playback, which fails
to initialize - the option value will remain at its old value). In general,