summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2024-02-21 10:38:52 -0600
committerDudemanguy <random342@airmail.cc>2024-02-26 16:46:00 +0000
commitbc4003d21901ae1bb012bd8aa51022360607f48a (patch)
tree0c0bc521d55435c5f7dbe987a83ad7a1243c8236 /DOCS/man/options.rst
parentbe198c0f0a7b14603e62dcef937c1f74185630cb (diff)
downloadmpv-bc4003d21901ae1bb012bd8aa51022360607f48a.tar.bz2
mpv-bc4003d21901ae1bb012bd8aa51022360607f48a.tar.xz
vo_gpu_next: add --border-background option
Allow for setting the border background independently from the background option.
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 4e9392861b..67ca746ac7 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -6941,6 +6941,10 @@ them.
Color used to draw parts of the mpv window not covered by video. See the
``--sub-color`` option for how colors are defined.
+``--border-background=<none|color|tiles>``
+ Same as ``--background`` but only applies to the black bar/border area of
+ the window. ``vo=gpu-next`` only. Defaults to ``color``.
+
``--opengl-rectangle-textures``
Force use of rectangle textures (default: no). Normally this shouldn't have
any advantages over normal textures. Note that hardware decoding overrides