From 48943a73f68b09da9ff7120ca2804cf74f1cc27d Mon Sep 17 00:00:00 2001 From: sfan5 Date: Tue, 2 Jan 2018 21:14:24 +0100 Subject: vo_gpu/context_android: replace both options with android-surface-size This allows us to automatically trigger a VOCTRL_RESIZE (also contained). --- DOCS/man/options.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index eabaa2eb96..1a3c5d25cc 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -4753,12 +4753,10 @@ The following video options are currently all specific to ``--vo=gpu`` and OS X only. -``--android-surface-width=``, ``--android-surface-height=`` +``--android-surface-size=`` Set dimensions of the rendering surface used by the Android gpu context. Needs to be set by the embedding application if the dimensions change during runtime (i.e. if the device is rotated), via the surfaceChanged callback. - Setting these does not re-configure the vo, thus ``vo-resize`` should be - called afterwards. Android with ``--gpu-context=android`` only. -- cgit v1.2.3