vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Apr  7 
00:41:00 2015 +0200| [9746a8464a3a65c69a4248584707f8127e9b6893] | committer: 
Jean-Baptiste Kempf

subpicture: remove old plaintext member

Signed-off-by: Jean-Baptiste Kempf <[email protected]>

> 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 */

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to