0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

manpage: remove "experimental" notice from dxva2 code

It's relatively stable now.

Also fix a typo in an unrelated place (better not waste commits on
typos).
This commit is contained in:
wm4 2015-03-19 23:48:32 +01:00
parent aaa42f82dc
commit 9c21082835
2 changed files with 2 additions and 2 deletions

View File

@ -554,7 +554,7 @@ Video
:vaapi: requires ``--vo=opengl`` or ``--vo=vaapi`` (Linux with Intel GPUs only)
:vaapi-copy: copies video back into system RAM (Linux with Intel GPUs only)
:vda: requires ``--vo=opengl`` (OS X only)
:dxva2-copy: copies video back to system RAM (Windows only) (experimental)
:dxva2-copy: copies video back to system RAM (Windows only)
``auto`` tries to automatically enable hardware decoding using the first
available method. This still depends what VO you are using. For example,

View File

@ -844,7 +844,7 @@ Available video output drivers are:
clear
Drop all frames in the frame queue.
This also supports many of the suboptions the ``opengl`` VO has. Runs
This also supports many of the suboptions the ``opengl`` VO has. Run
``mpv --vo=opengl-cb:help`` for a list.
This also supports the ``vo_cmdline`` command.