summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2017-12-13 19:37:42 +0200
committerKevin Mitchell <kevmitch@gmail.com>2018-04-07 16:02:16 -0700
commit9eadc068fa13b8d83ad049e83960883d06d3c125 (patch)
tree3c24ef08af62baffafc8c3c4345bf8f141ccef24 /DOCS/interface-changes.rst
parentb0951d71f88d29aae7babcee4a5f9dab6435ece3 (diff)
downloadmpv-9eadc068fa13b8d83ad049e83960883d06d3c125.tar.bz2
mpv-9eadc068fa13b8d83ad049e83960883d06d3c125.tar.xz
config: replace config dir lua-settings/ with dir script-opts/
lua-settings/ is still supported, with deprecation warning.
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 eb929e7481..663674fa70 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -85,6 +85,7 @@ Interface changes
(such as "sub-file"), deprecated in mpv 0.26.0
- deprecate the old command based hook API, and introduce a proper C API
(the high level Lua API for this does not change)
+ - rename the the lua-settings/ config directory to script-opts/
--- mpv 0.28.0 ---
- rename --hwdec=mediacodec option to mediacodec-copy, to reflect
conventions followed by other hardware video decoding APIs