Commit 9746a846 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

subpicture: remove old plaintext member

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent a8d8ce84
......@@ -65,7 +65,6 @@ struct subpicture_region_t
int i_alpha; /**< transparency */
text_segment_t *p_text; /**< subtitle text, made of a list of segments */
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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment