X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_video.h;h=0dd885e038840d21f3cfcc4669db4fcc6219451c;hb=6b385019009c2dc10cb20dc96dd2735a8de6a5ef;hp=3bb2b603798778d2a0d2b984b54dc726241dc613;hpb=8c93323cf2512d51ff7268c7fda98eb90342596b;p=vlc diff --git a/include/vlc_video.h b/include/vlc_video.h index 3bb2b60379..0dd885e038 100644 --- a/include/vlc_video.h +++ b/include/vlc_video.h @@ -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 */ /**@}*/