summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-08-18 17:25:52 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-08-19 14:12:24 +0200
commita8192eda6cfc909fc9f5f62e36523b53c0300eff (patch)
treef8b0c3500417050b5e9e6e36b07f9782a21ea126 /DOCS/man/options.rst
parent40b6afcfca81a30c29531a49b6368b53ad5d501f (diff)
downloadmpv-a8192eda6cfc909fc9f5f62e36523b53c0300eff.tar.bz2
mpv-a8192eda6cfc909fc9f5f62e36523b53c0300eff.tar.xz
vo_gpu_next: add --libplacebo-opts
To help test not-yet-exposed options, and for debugging purposes.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 71e133e7ff..61cba49943 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6927,6 +6927,14 @@ them.
The directory where gpu shader cache is stored. Cache is stored in the system's
cache directory (usually ``~/.cache/mpv``) if this is unset.
+``--libplacebo-opts=<key>=<value>[,<key>=<value>[,...]]``
+ Passes extra raw option to the libplacebo rendering backend (used by
+ ``--vo=gpu-next``). May override the effects of any other options set using
+ the normal options system. Requires libplacebo v6.309 or higher. Included
+ for debugging purposes only. For more information, see:
+
+ https://code.videolan.org/videolan/libplacebo/-/blob/master/src/options.c#L877
+
Miscellaneous
-------------