summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vo.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-09 21:34:01 +0100
committerwm4 <wm4@nowhere>2014-12-09 21:55:27 +0100
commit0125fb671478708b4e2a11931756f79e35d77e06 (patch)
tree5cd874508635afd9079f13031a0d4b26bc05d674 /DOCS/man/vo.rst
parentef709d19d4ece978c13908ca2cafdf194585b426 (diff)
downloadmpv-0125fb671478708b4e2a11931756f79e35d77e06.tar.bz2
mpv-0125fb671478708b4e2a11931756f79e35d77e06.tar.xz
vo_opengl: make background color configurable
This mainly affects the black bars that are drawn if the window and video aspect ratios mismatch.
Diffstat (limited to 'DOCS/man/vo.rst')
-rw-r--r--DOCS/man/vo.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 09cafaac7b..174b10105b 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -604,6 +604,10 @@ Available video output drivers are:
have any advantages over normal textures. Note that hardware decoding
overrides this flag.
+ ``background=<color>``
+ Color used to draw parts of the mpv window not covered by video.
+ See ``--osd-color`` option how colors are defined.
+
``opengl-hq``
Same as ``opengl``, but with default settings for high quality rendering.