diff cfg-common.h @ 19495:31ac2e1a5695

New cmdline option: -ass-force-style. Allows overriding any style parameter from command line. Idea and original patch by Konstantin G. Khlebnikov { koct9i aT gmail doT com }.
author eugeni
date Tue, 22 Aug 2006 23:20:05 +0000
parents 64d82a45a05d
children 661d6c8a4adb
line wrap: on
line diff
--- a/cfg-common.h	Tue Aug 22 23:18:58 2006 +0000
+++ b/cfg-common.h	Tue Aug 22 23:20:05 2006 +0000
@@ -305,6 +305,7 @@
 	{"ass-bottom-margin", &ass_bottom_margin, CONF_TYPE_INT, CONF_RANGE, 0, 2000, NULL},
 	{"embeddedfonts", &extract_embedded_fonts, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 	{"noembeddedfonts", &extract_embedded_fonts, CONF_TYPE_FLAG, 0, 1, 0, NULL},
+	{"ass-force-style", &ass_force_style_list, CONF_TYPE_STRING_LIST, 0, 0, 0, NULL},
 #endif
 #ifdef HAVE_FONTCONFIG
 	{"fontconfig", &font_fontconfig, CONF_TYPE_FLAG, 0, 0, 1, NULL},