]> git.sesse.net Git - vlc/blobdiff - include/vlc_vout.h
MKV USF subtitles support and other Subtitles improvements.
[vlc] / include / vlc_vout.h
index baa6b1e1d0b981606f6115c9009c53f8267bfaa4..8c5f5aa6c673808541200735cbe9523c15775a9d 100644 (file)
@@ -213,6 +213,7 @@ struct subpicture_region_t
     int             i_align;                  /**< alignment within a region */
 
     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 */
 
     subpicture_region_t *p_next;                /**< next region in the list */