diff options
author | wm4 <wm4@nowhere> | 2012-09-02 22:02:55 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2012-09-18 21:07:29 +0200 |
commit | f97a85595bb5117db27fe18ea14986c42c116492 (patch) | |
tree | 7c94132559773171b134d4352b9881d9d60fb4d0 /etc | |
parent | 130beda407d237a3eabb162fe84af8b0f3d46130 (diff) | |
download | mpv-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 'etc')
-rw-r--r-- | etc/input.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/input.conf b/etc/input.conf index 3744df8431..aaadbfc8e3 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -89,7 +89,6 @@ c step_property_osd colormatrix # Next 3 currently only work with --no-ass r sub_pos -1 # move subtitles up t sub_pos +1 # down -a sub_alignment v sub_visibility # stretch SSA/ASS subtitles with anamorphic videos to match historical V step_property_osd ass_vsfilter_aspect_compat |