summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-10-01 12:01:57 +0200
committerwm4 <wm4@nowhere>2016-10-01 12:09:18 +0200
commit052584c9e2b87a69ef2359d88989a694910ac506 (patch)
treee155a7e3fcc6a8257f2416580224a1d644438f3e /DOCS
parent52fea2f909ec7fd5c99819d1d283a6ac6bd0c937 (diff)
downloadmpv-052584c9e2b87a69ef2359d88989a694910ac506.tar.bz2
mpv-052584c9e2b87a69ef2359d88989a694910ac506.tar.xz
vo_opengl: add debugging options for testing with padded textures
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 9103d3d641..04d178764a 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4490,12 +4490,18 @@ The following video options are currently all specific to ``--vo=opengl`` and
``--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
- this flag.
+ this flag. Could be removed any time.
``--background=<color>``
Color used to draw parts of the mpv window not covered by video. See
``--osd-color`` option how colors are defined.
+``--opengl-tex-pad-x``, ``--opengl-tex-pad-y``
+ Enlarge the video source textures by this many pixels. For debugging only
+ (normally textures are sized exactly, but due to hardware decoding interop
+ we may have to deal with additional padding, which can be tested with these
+ options). Could be removed any time.
+
Miscellaneous
-------------