From a8824f12ddfe66585db43fb0f92d7c90b5bbd19d Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 23 Oct 2012 21:23:53 +0200 Subject: 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. --- DOCS/man/en/options.rst | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 01a4610e20..dbd37c4c03 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -1900,18 +1900,6 @@ Sets the subtitle font (see ``--font``). If no ``--subfont`` is given, ``--font`` is used for subtitles too. ---subfont-autoscale=<0-3> - Sets the autoscale mode. - - *NOTE*: 0 means that text scale and OSD scale are font heights in points. - - The mode can be: - - :0: no autoscale - :1: proportional to movie height - :2: proportional to movie width - :3: proportional to movie diagonal (default) - --subfont-text-scale=<0-100> Sets the subtitle text autoscale coefficient as percentage of the screen size (default: 3.5). -- cgit v1.2.3