summaryrefslogtreecommitdiffstats
path: root/sub
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 /sub
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 'sub')
-rw-r--r--sub/sub.c1
-rw-r--r--sub/sub.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/sub/sub.c b/sub/sub.c
index 5b5920d23c..c527503ef1 100644
--- a/sub/sub.c
+++ b/sub/sub.c
@@ -60,7 +60,6 @@ int sub_unicode=0;
int sub_utf8=0;
int sub_pos=100;
int sub_width_p=100;
-int sub_alignment=2; /* 0=top, 1=center, 2=bottom */
int sub_visibility=1;
int sub_bg_color=0; /* subtitles background color */
int sub_bg_alpha=0;
diff --git a/sub/sub.h b/sub/sub.h
index 05c89af565..9fd6c5329e 100644
--- a/sub/sub.h
+++ b/sub/sub.h
@@ -117,7 +117,6 @@ extern int sub_utf8;
extern char *sub_cp;
extern int sub_pos;
extern int sub_width_p;
-extern int sub_alignment;
extern int sub_bg_color; /* subtitles background color */
extern int sub_bg_alpha;
extern int spu_alignment;