summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-03 17:42:31 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-09-03 17:42:31 +0000
commit9d3ed04d47732deccce6ea74932a96ccc290fead (patch)
tree3a574e128b8730ef77131a132b5e9624c66a9a93 /cfg-common.h
parent8ed46df92fd8ba6d687db6bbac2dde36dff67a5c (diff)
downloadmpv-9d3ed04d47732deccce6ea74932a96ccc290fead.tar.bz2
mpv-9d3ed04d47732deccce6ea74932a96ccc290fead.tar.xz
Add -ass-styles option. It allows to load styles from a file and use them
for plain text subtitles rendering. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19658 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index 57880aaccb..a3e2c736e2 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -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},