summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2017-07-06 10:54:40 -0700
committerwm4 <wm4@nowhere>2017-10-09 18:36:54 +0200
commit61a1612de9c18d497c3be01f10b0fabc2066d76f (patch)
treeb7956550a0583226e26d76748734d8d19848a1a0 /DOCS/man/options.rst
parent6f0fdac6f16880ef46cbcfb399fd6beec5afe735 (diff)
downloadmpv-61a1612de9c18d497c3be01f10b0fabc2066d76f.tar.bz2
mpv-61a1612de9c18d497c3be01f10b0fabc2066d76f.tar.xz
hwdec: add mediacodec hardware decoder for IMGFMT_MEDIACODEC frames
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index f5f668368e..c047e6d2d4 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -681,6 +681,7 @@ Video
:d3d11va: requires ``--vo=gpu`` with ``--gpu-context=angle``
(Windows 8+ only)
:d3d11va-copy: copies video back to system RAM (Windows 8+ only)
+ :mediacodec: requires ``--vo=mediacodec_embed`` (Android only)
:mediacodec-copy: copies video back to system RAM (Android only)
:rpi: requires ``--vo=gpu`` (Raspberry Pi only - default if available)
:rpi-copy: copies video back to system RAM (Raspberry Pi only)
@@ -2480,6 +2481,10 @@ Window
support window embedding of foreign processes, this works only with libmpv,
and will crash when used from the command line.
+ On Android, the ID is interpreted as ``android.view.Surface``. Pass it as a
+ value cast to ``intptr_t``. Use with ``--vo=mediacodec_embed`` and
+ ``--hwdec=mediacodec`` for direct rendering using MediaCodec.
+
``--no-window-dragging``
Don't move the window when clicking on it and moving the mouse pointer.