]> git.sesse.net Git - vlc/blobdiff - include/vlc_video.h
dynamic, per-subpicture, font size control -- i_font_size added to subpicture_region_...
[vlc] / include / vlc_video.h
index 3bb2b603798778d2a0d2b984b54dc726241dc613..0dd885e038840d21f3cfcc4669db4fcc6219451c 100644 (file)
@@ -209,6 +209,7 @@ struct subpicture_region_t
     int             i_x;                             /**< position of region */
     int             i_y;                             /**< position of region */
     int i_font_color, i_font_opacity;     /**< controls for text subpictures */
+    int i_font_size;
     subpicture_region_t *p_next;                /**< next region in the list */
     subpicture_region_t *p_cache;       /**< modified version of this region */
     /**@}*/