diff options
author | albeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-09 11:19:21 +0000 |
---|---|---|
committer | albeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-07-09 11:19:21 +0000 |
commit | 1544e6471755ec91d954ab604abdcedfac082acc (patch) | |
tree | 0af175ab9afea75e2d58a786fd30df07aebc9c34 /etc | |
parent | 128ff990e990be2ec70bc2bfc27e874d3793ea8f (diff) |
Add the sub_scale property and command.
Patch from Anatoli Marinov (anatoli [dot] marinov [at] gmail [dot] com).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23745 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/input.conf | 2 | ||||
-rw-r--r-- | etc/menu.conf | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf index 733cb18b08..c34eb7e1f6 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -58,6 +58,8 @@ r sub_pos -1 # move subtitles up t sub_pos +1 # down #? sub_step +1 # immediately display next subtitle #? sub_step -1 # previous +#? sub_scale +0.1 # increase subtitle font size +#? sub_scale -0.1 # decrease subtitle font size f vo_fullscreen T vo_ontop # toggle video window ontop of other windows w panscan -0.1 # zoom out with -panscan 0 -fs diff --git a/etc/menu.conf b/etc/menu.conf index 51c329b849..5cc8625e5e 100644 --- a/etc/menu.conf +++ b/etc/menu.conf @@ -29,6 +29,7 @@ <e property="sub_alignment" name="Alignment"/> <e property="sub_pos" name="Position"/> <e property="sub_delay" name="Delay"/> + <e property="sub_scale" name="Scale"/> </pref> <pref name="audio_pref" title="Audio"> |