[vlc-commits] subpicture: remove old plaintext member
Jean-Baptiste Kempf
git at videolan.org
Tue Jul 28 16:01:57 CEST 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 7 00:41:00 2015 +0200| [9746a8464a3a65c69a4248584707f8127e9b6893] | committer: Jean-Baptiste Kempf
subpicture: remove old plaintext member
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9746a8464a3a65c69a4248584707f8127e9b6893
---
include/vlc_subpicture.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/vlc_subpicture.h b/include/vlc_subpicture.h
index eb61ada..52696c8 100644
--- a/include/vlc_subpicture.h
+++ b/include/vlc_subpicture.h
@@ -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 */
More information about the vlc-commits
mailing list