diff cfg-common.h @ 19652:2c016957360a

Add -ass-styles option. It allows to load styles from a file and use them for plain text subtitles rendering.
author eugeni
date Sun, 03 Sep 2006 17:42:31 +0000
parents e6cdf80eb941
children 02a18c52a42a
line wrap: on
line diff
--- a/cfg-common.h	Sun Sep 03 17:36:29 2006 +0000
+++ b/cfg-common.h	Sun Sep 03 17:42:31 2006 +0000
@@ -318,6 +318,7 @@
 	{"ass-force-style", &ass_force_style_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
 	{"ass-color", &ass_color, CONF_TYPE_STRING, 0, 0, 0, NULL},
 	{"ass-border-color", &ass_border_color, CONF_TYPE_STRING, 0, 0, 0, NULL},
+	{"ass-styles", &ass_styles_file, CONF_TYPE_STRING, 0, 0, 0, NULL},
 #endif
 #ifdef HAVE_FONTCONFIG
 	{"fontconfig", &font_fontconfig, CONF_TYPE_FLAG, 0, 0, 1, NULL},