summaryrefslogtreecommitdiffstats
path: root/sub/sub.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-10-23 21:23:53 +0200
committerwm4 <wm4@nowhere>2012-10-24 21:56:35 +0200
commita8824f12ddfe66585db43fb0f92d7c90b5bbd19d (patch)
tree15398c26109890e8afd077d3d9d4fcf1bede7110 /sub/sub.c
parent2afd7ebb4e96b91cc552fff5badf237dadb28212 (diff)
downloadmpv-a8824f12ddfe66585db43fb0f92d7c90b5bbd19d.tar.bz2
mpv-a8824f12ddfe66585db43fb0f92d7c90b5bbd19d.tar.xz
options: remove --subfont-autoscale (changes default font scale)
The code for this option attempted to emulate the old as-documented behavior. It wasn't very good at it, and now that the old OSD code has been removed, it's entirely pointless. This removes the factor 1.7 with which --subfont-text-scale was multiplied.
Diffstat (limited to 'sub/sub.c')
-rw-r--r--sub/sub.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sub/sub.c b/sub/sub.c
index 04fbcd877c..bba53c926f 100644
--- a/sub/sub.c
+++ b/sub/sub.c
@@ -64,12 +64,7 @@ int sub_pos=100;
int sub_visibility=1;
subtitle* vo_sub=NULL;
-float text_font_scale_factor = 3.5;
-// 0 = no autoscale
-// 1 = video height
-// 2 = video width
-// 3 = diagonal
-int subtitle_autoscale = 3;
+float text_font_scale_factor = 6;
char *font_name = NULL;
char *sub_font_name = NULL;