[vlc-commits] vlc_text_style: add blink style

Francois Cartegnie git at videolan.org
Fri Sep 29 15:10:34 CEST 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri Sep 29 13:12:02 2017 +0200| [3f11d25891511e66f0d67f9bcf19735d7987febf] | committer: Francois Cartegnie

vlc_text_style: add blink style

required by captions

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

 include/vlc_text_style.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/vlc_text_style.h b/include/vlc_text_style.h
index b3b07bf8cd..c24d76adcf 100644
--- a/include/vlc_text_style.h
+++ b/include/vlc_text_style.h
@@ -108,6 +108,8 @@ typedef struct
 #define STYLE_HALFWIDTH         (1 << 7)
 #define STYLE_MONOSPACED        (1 << 8)
 #define STYLE_DOUBLEWIDTH       (1 << 9)
+#define STYLE_BLINK_FOREGROUND  (1 << 10)
+#define STYLE_BLINK_BACKGROUND  (1 << 11)
 
 #define STYLE_DEFAULT_FONT_SIZE 20
 #define STYLE_DEFAULT_REL_FONT_SIZE 6.25



More information about the vlc-commits mailing list