summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoreugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-22 23:20:05 +0000
committereugeni <eugeni@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-08-22 23:20:05 +0000
commitae7f2be0ab7d41638faa9c499a3f7818755d3db7 (patch)
treee71169471f67e02c68436e1b5d5eea695bae4905 /cfg-common.h
parentebacc1808762834b11a7c6dd18d239d12e14899b (diff)
downloadmpv-ae7f2be0ab7d41638faa9c499a3f7818755d3db7.tar.bz2
mpv-ae7f2be0ab7d41638faa9c499a3f7818755d3db7.tar.xz
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 }. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19501 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 35b804ed4f..a8bc5facf5 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -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},