Go to the documentation of this file.
26 #ifndef VLC_SUBPICTURE_H
27 #define VLC_SUBPICTURE_H 1
77 #define SUBPICTURE_ALIGN_LEFT 0x1
78 #define SUBPICTURE_ALIGN_RIGHT 0x2
79 #define SUBPICTURE_ALIGN_TOP 0x4
80 #define SUBPICTURE_ALIGN_BOTTOM 0x8
81 #define SUBPICTURE_ALIGN_LEAVETEXT 0x10
82 #define SUBPICTURE_ALIGN_MASK ( SUBPICTURE_ALIGN_LEFT|SUBPICTURE_ALIGN_RIGHT| \
83 SUBPICTURE_ALIGN_TOP |SUBPICTURE_ALIGN_BOTTOM| \
84 SUBPICTURE_ALIGN_LEAVETEXT )