From 21c6d05e2943b15db58e0185a7169a56ca184135 Mon Sep 17 00:00:00 2001 From: Francois Cartegnie Date: Fri, 12 May 2017 15:20:47 +0200 Subject: [PATCH] vlc_text_style: fix comment --- 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) */ -- GitLab