[vlc-commits] vlc_text_style: fix comment

Francois Cartegnie git at videolan.org
Fri May 12 15:21:17 CEST 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri May 12 15:20:47 2017 +0200| [21c6d05e2943b15db58e0185a7169a56ca184135] | committer: Francois Cartegnie

vlc_text_style: fix comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=21c6d05e2943b15db58e0185a7169a56ca184135
---

 include/vlc_text_style.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/vlc_text_style.h b/include/vlc_text_style.h
index b225a482ae..523d789147 100644
--- a/include/vlc_text_style.h
+++ b/include/vlc_text_style.h
@@ -46,7 +46,7 @@ typedef struct
     uint16_t   i_style_flags;     /**< Formatting style flags */
 
     /* Font style */
-    float      f_font_relsize;    /**< The font size in % */
+    float      f_font_relsize;    /**< The font size in video height % */
     int        i_font_size;       /**< The font size in pixels */
     int        i_font_color;      /**< The color of the text 0xRRGGBB
                                        (native endianness) */



More information about the vlc-commits mailing list