summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorJan Ekström <jeebjp@gmail.com>2019-10-14 20:30:09 +0300
committerJan Ekström <jeebjp@gmail.com>2019-10-15 22:12:48 +0300
commit89f4ce9d6f31d817eb68dede9b066b0af1416fc2 (patch)
tree57c97fab65d176b98e4b6ce3962e041308090238 /DOCS
parent684ffd13b4940eb7a5d4228f850d903a72570242 (diff)
downloadmpv-89f4ce9d6f31d817eb68dede9b066b0af1416fc2.tar.bz2
mpv-89f4ce9d6f31d817eb68dede9b066b0af1416fc2.tar.xz
vo_gpu/d3d11: switch adapter selection to case-insensitive startswith
This lets users set values such as "intel" or "nvidia" as the adapter vendor is generally noted in the beginning of the description string.
Diffstat (limited to 'DOCS')
-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 e3f6a53ab7..2bebb56ea5 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -4705,6 +4705,10 @@ The following video options are currently all specific to ``--vo=gpu`` and
Will pick the default adapter if unset. Alternatives are listed
when the name "help" is given.
+ Checks for matches based on the start of the string, case
+ insensitive. Thus, if the description of the adapter starts with
+ the vendor name, that can be utilized as the selection parameter.
+
Hardware decoders utilizing the D3D11 rendering abstraction's helper
functionality to receive a device, such as D3D11VA or DXVA2's DXGI
mode, will be affected by this choice.