From 451fc931b0f4924801b9a27d25a5c0339b2fcace Mon Sep 17 00:00:00 2001 From: sfan5 Date: Mon, 25 Dec 2017 16:04:09 +0100 Subject: vo_gpu/context: Let embedding application handle surface resizes The callbacks for this are Java-only and EGL does not reliably return the correct values. --- DOCS/man/options.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index ed27598b8a..3a2c1a9fc4 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -4741,6 +4741,13 @@ The following video options are currently all specific to ``--vo=gpu`` and OS X only. +``--android-surface-width=`` +``--android-surface-height=`` + Set dimensions of the rendering surface used by the Android gpu context. + Needs to be set by the embedding application. + + Android with ``--gpu-context=android`` only. + ``--swapchain-depth=`` Allow up to N in-flight frames. This essentially controls the frame latency. Increasing the swapchain depth can improve pipelining and prevent -- cgit v1.2.3