summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-03-19 23:48:32 +0100
committerwm4 <wm4@nowhere>2015-03-19 23:48:32 +0100
commit9c21082835fab3e0a8491bc8a2ad73558937056c (patch)
tree16905675546eeeaa299d6ec9c6daee1b1cf3fc07
parentaaa42f82dca51ef51d6cfe682c807bbec30940e7 (diff)
downloadmpv-9c21082835fab3e0a8491bc8a2ad73558937056c.tar.bz2
mpv-9c21082835fab3e0a8491bc8a2ad73558937056c.tar.xz
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).
-rw-r--r--DOCS/man/options.rst2
-rw-r--r--DOCS/man/vo.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index c1c85ffe75..938c5e143d 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -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,
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index 5ee99e03de..b9b774fd44 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -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.