diff options
author | wm4 <wm4@nowhere> | 2016-11-15 23:45:57 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-11-15 23:47:06 +0100 |
commit | 79efe248a55fbef91174c54018f40b16f67d7e49 (patch) | |
tree | 0ad0a2d4890d0f6efb00cf44304eeeca973685b9 | |
parent | 106f607ef7c6a5a980b9a49b2c8da4d598cd58e5 (diff) |
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.rst | 4 |
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, |