summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/interface-changes.rst2
-rw-r--r--DOCS/man/options.rst4
2 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index 0dfd8331f3..6ebeea07c1 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -61,6 +61,8 @@ Interface changes
- add `--scale=ewa_lanczos4sharpest`
- remove `--scale-wblur`, `--cscale-wblur`, `--dscale-wblur`, `--tscale-wblur`
- remove `bcspline` filter (`bicubic` is now the same as `bcspline`)
+ - rename `--cache-dir` and `--cache-unlink-files` to `--demuxer-cache-dir` and
+ `--demuxer-cache-unlink-files`
--- mpv 0.36.0 ---
- add `--target-contrast`
- Target luminance value is now also applied when ICC profile is used.
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 7d354adde2..35b5ebc5b6 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4905,7 +4905,7 @@ Cache
media is closed. If the option is disabled and enabled again, it will
continue to use the cache file that was opened first.
-``--cache-dir=<path>``
+``--demuxer-cache-dir=<path>``
Directory where to create temporary files. Cache is stored in the system's
cache directory (usually ``~/.cache/mpv``) if this is unset.
@@ -4939,7 +4939,7 @@ Cache
This option also triggers when playback is restarted after seeking.
-``--cache-unlink-files=<immediate|whendone|no>``
+``--demuxer-cache-unlink-files=<immediate|whendone|no>``
Whether or when to unlink cache files (default: immediate). This affects
cache files which are inherently temporary, and which make no sense to
remain on disk after the player terminates. This is a debugging option.