]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
Patch by Bernie Purcell :
[vlc] / include / vlc_vout.h
index 7c5c842ee1d890adc59582e901059e290687f9c7..6ac217e653bb624c95c1ca1776376ccfb8b8c272 100644 (file)
@@ -306,6 +306,8 @@ struct subpicture_t
 #define SUBPICTURE_ALIGN_RIGHT 0x2
 #define SUBPICTURE_ALIGN_TOP 0x4
 #define SUBPICTURE_ALIGN_BOTTOM 0x8
+#define SUBPICTURE_ALIGN_MASK ( SUBPICTURE_ALIGN_LEFT|SUBPICTURE_ALIGN_RIGHT| \
+                                SUBPICTURE_ALIGN_TOP |SUBPICTURE_ALIGN_BOTTOM )
 
 /*****************************************************************************
  * Prototypes