]> git.sesse.net Git - vlc/blobdiff - include/vlc_video.h
More prefs fixes
[vlc] / include / vlc_video.h
index 68d2e2ec13d17a384c9c83e5f9af3aa0188d67b1..953f6a1d939490c623b651a7dac61001dbf38350 100644 (file)
@@ -199,8 +199,6 @@ struct picture_heap_t
  */
 struct subpicture_region_t
 {
-    /** \name Region properties */
-    /**@{*/
     video_format_t  fmt;                          /**< format of the picture */
     picture_t       picture;             /**< picture comprising this region */
 
@@ -211,10 +209,10 @@ struct subpicture_region_t
     int             i_text_color;     /**< text color (RGB native endianess) */
     int             i_text_alpha;                     /**< text transparency */
     int             i_text_size;                              /**< text size */
+    int             i_text_align;         /**< horizontal alignment hint for */
 
     subpicture_region_t *p_next;                /**< next region in the list */
     subpicture_region_t *p_cache;       /**< modified version of this region */
-    /**@}*/
 };
 
 /**