summaryrefslogtreecommitdiffstats
path: root/sub/sub.h
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.h
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.h')
-rw-r--r--sub/sub.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sub/sub.h b/sub/sub.h
index 2c54bfb56b..70adadcc70 100644
--- a/sub/sub.h
+++ b/sub/sub.h
@@ -182,7 +182,6 @@ extern char *sub_cp;
extern int sub_pos;
extern float text_font_scale_factor;
-extern int subtitle_autoscale;
extern char *font_name;
extern char *sub_font_name;