diff options
author | wm4 <wm4@nowhere> | 2017-12-01 18:01:15 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-12-01 18:01:15 +0100 |
commit | 80359c6615658f2784dd834a6978e43022799745 (patch) | |
tree | d94f5a1772f97f8e4732a68a2e08e3bc16545f74 /DOCS/man | |
parent | 9f52a92899db1acf8ae630d5d06c28eb6be652c6 (diff) | |
download | mpv-80359c6615658f2784dd834a6978e43022799745.tar.bz2 mpv-80359c6615658f2784dd834a6978e43022799745.tar.xz |
vd_lavc: drop mediacodec direct rendering support temporarily
The libavcodec mediacodec support does not conform to the new hwaccel
APIs yet. It has been agreed uppon that this glue code can be deleted
for now, and support for it will be restored at a later point.
Readding would require that it supports the AVCodecContext.hw_device_ctx
API. The hw_device_ctx would then contain the surface ID.
vo_mediacodec_embed would actually perform the task of creating
vo.hwdec_devs and adding a mp_hwdec_ctx, whose av_device_ref is a
AVHWDeviceContext containing the android surface.
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/options.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index f01d40e563..4611d60b37 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2524,6 +2524,7 @@ Window value cast to ``intptr_t``. Use with ``--vo=mediacodec_embed`` and ``--hwdec=mediacodec`` for direct rendering using MediaCodec, or with ``--vo=gpu --gpu-context=android`` (with or without ``--hwdec=mediacodec-copy``). + This is currently broken. ``--no-window-dragging`` Don't move the window when clicking on it and moving the mouse pointer. |