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). --- options/m_option.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'options/m_option.h') diff --git a/options/m_option.h b/options/m_option.h index d61fde963d..a1039e2a82 100644 --- a/options/m_option.h +++ b/options/m_option.h @@ -408,7 +408,8 @@ struct m_option { #define UPDATE_SCREENSAVER (1 << 16) // --stop-screensaver #define UPDATE_VOL (1 << 17) // softvol related options #define UPDATE_LAVFI_COMPLEX (1 << 18) // --lavfi-complex -#define UPDATE_OPT_LAST (1 << 18) +#define UPDATE_VO_RESIZE (1 << 19) // --android-surface-size +#define UPDATE_OPT_LAST (1 << 19) // All bits between _FIRST and _LAST (inclusive) #define UPDATE_OPTS_MASK \ -- cgit v1.2.3