From 80359c6615658f2784dd834a6978e43022799745 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 1 Dec 2017 18:01:15 +0100 Subject: 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. --- DOCS/man/options.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'DOCS') 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. -- cgit v1.2.3