summaryrefslogtreecommitdiffstats
path: root/cfg-mplayer.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-02 22:02:55 +0200
committerwm4 <wm4@nowhere>2012-09-18 21:07:29 +0200
commitf97a85595bb5117db27fe18ea14986c42c116492 (patch)
tree7c94132559773171b134d4352b9881d9d60fb4d0 /cfg-mplayer.h
parent130beda407d237a3eabb162fe84af8b0f3d46130 (diff)
downloadmpv-f97a85595bb5117db27fe18ea14986c42c116492.tar.bz2
mpv-f97a85595bb5117db27fe18ea14986c42c116492.tar.xz
options: remove -subalign
It can't be re-implemented, because this isn't supported by libass. The -subalign option and the associated sub-align slave property did nothing. Remove them.
Diffstat (limited to 'cfg-mplayer.h')
-rw-r--r--cfg-mplayer.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg-mplayer.h b/cfg-mplayer.h
index 4140af4924..04ae529e1d 100644
--- a/cfg-mplayer.h
+++ b/cfg-mplayer.h
@@ -528,7 +528,6 @@ const m_option_t common_opts[] = {
{"subfont", &sub_font_name, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"ffactor", &font_factor, CONF_TYPE_FLOAT, CONF_RANGE, 0.0, 10.0, NULL},
{"subpos", &sub_pos, CONF_TYPE_INT, CONF_RANGE, 0, 100, NULL},
- {"subalign", &sub_alignment, CONF_TYPE_INT, CONF_RANGE, 0, 2, NULL},
{"subwidth", &sub_width_p, CONF_TYPE_INT, CONF_RANGE, 10, 100, NULL},
{"spualign", &spu_alignment, CONF_TYPE_INT, CONF_RANGE, -1, 2, NULL},
{"spuaa", &spu_aamode, CONF_TYPE_INT, CONF_RANGE, 0, 31, NULL},