summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-10-25 18:17:25 -0500
committerDudemanguy <random342@airmail.cc>2023-10-26 16:49:56 +0000
commitb9c42755a75d74f5cd48737e714d31589fcac6a0 (patch)
treeec3d9db28c1f762844008ef64a2435170a9e150c /DOCS/interface-changes.rst
parent1be0d0aa844a6c72b25d9b21244a81fd96e96ee9 (diff)
downloadmpv-b9c42755a75d74f5cd48737e714d31589fcac6a0.tar.bz2
mpv-b9c42755a75d74f5cd48737e714d31589fcac6a0.tar.xz
javascript: use --js-memory-report option instead of MPV_LEAK_REPORT
The MPV_LEAK_REPORT environment variable was previously read in order to determine whether or not to enable memory reporting for javascript scripts. This is kind of weird and deviates from the norm of exposing an option to the user. So let's just add --js-memory-report and disable it by default instead.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 708cfa776e..be331cb6c6 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -107,6 +107,8 @@ Interface changes
- rename `--screenshot-directory` to `--screenshot-dir`
- rename `--watch-later-directory` to `--watch-later-dir`
- rename `--play-dir` to `--play-direction`
+ - `--js-memory-report` is now used for enabling memory reporting for javascript
+ scripts
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.