From 1f76e6914596868e53b5ed4f50353ba44177ab4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ekstr=C3=B6m?= Date: Sun, 29 Sep 2019 18:21:59 +0300 Subject: vo_gpu/d3d11: add adapter name validation and listing with "help" Not the prettiest way to get it done, but seems to work. --- DOCS/man/options.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 44695e4659..542a2ec340 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -4675,11 +4675,10 @@ The following video options are currently all specific to ``--vo=gpu`` and Schedule each frame to be presented for this number of VBlank intervals. (default: 1) Setting to 1 will enable VSync, setting to 0 will disable it. -``--d3d11-adapter=`` +``--d3d11-adapter=`` Select a specific D3D11 adapter to utilize for D3D11 rendering. Will pick the default adapter if unset. Alternatives are listed - when the d3d11 back-end is initialized with verbosity level verbose - or higher. + when the name "help" is given. Hardware decoders utilizing the D3D11 rendering abstraction's helper functionality to receive a device, such as D3D11VA or DXVA2's DXGI -- cgit v1.2.3