diff options
author | wm4 <wm4@nowhere> | 2013-08-17 19:57:18 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-08-17 20:06:20 +0200 |
commit | 75298d9f0afa4adda99cf32459bb68f7967960f7 (patch) | |
tree | 517abb5dd0eefcc2c7d2d591de765f23e9db5627 /DOCS/man | |
parent | 76963781df0518ea902a4d2bb618378aff3e4c6e (diff) |
vo_vdpau: allow setting colorkey
Formally, this sets the "background color" of the presentation queue.
But in practice, this color is also used as colorkey.
This commit doesn't change the VDPAU default yet.
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/en/vo.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst index 2e24b670d8..d37b679303 100644 --- a/DOCS/man/en/vo.rst +++ b/DOCS/man/en/vo.rst @@ -133,6 +133,12 @@ Available video output drivers are: ``output_surfaces=<2-15>`` Allocate this many output surfaces to display video frames (default: 3). See below for additional information. + ``colorkey=<#RRGGBB|#AARRGGBB>`` + Set the VDPAU presentation queue background color, which in practice + is the colorkey used if VDPAU operates in overlay mode (default: + ``#00000000``, meaning do not change the VDPAU default). If the alpha + component of this value is 0, the default VDPAU colorkey will be used + instead (which is usually green). Using the VDPAU frame queueing functionality controlled by the queuetime options makes mpv's frame flip timing less sensitive to system CPU load and |