X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_subpicture.h;h=6bfede171002b78b80c7635e87fdd51ea7d15ea4;hb=80d88b05f25b6386b067683fa0123f4931ce732a;hp=d98e043f6eb90623944ec0cba840cc74a061d23d;hpb=389785860a290082fa0315e162594a9fb8da8b32;p=vlc diff --git a/include/vlc_subpicture.h b/include/vlc_subpicture.h index d98e043f6e..6bfede1710 100644 --- a/include/vlc_subpicture.h +++ b/include/vlc_subpicture.h @@ -67,6 +67,7 @@ struct subpicture_region_t char *psz_text; /**< text string comprising this region */ char *psz_html; /**< HTML version of subtitle (NULL = use psz_text) */ text_style_t *p_style; /**< a description of the text style formatting */ + bool b_renderbg; /**< render black background under text */ subpicture_region_t *p_next; /**< next region in the list */ subpicture_region_private_t *p_private; /**< Private data for spu_t *only* */