vo_gpu/context_android: replace both options with android-surface-size

This allows us to automatically trigger a VOCTRL_RESIZE (also contained).
This commit is contained in:
sfan5
2018-01-02 21:14:24 +01:00
committed by Kevin Mitchell
parent 08bcf1d92d
commit 48943a73f6
4 changed files with 11 additions and 8 deletions

View File

@@ -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 \