diff mplayer.c @ 9346:eb760cafaf75

minor fixes for font autoscaling
author henry
date Sat, 08 Feb 2003 18:45:32 +0000
parents 4d39aa85a723
children 16ee9e419e06
line wrap: on
line diff
--- a/mplayer.c	Sat Feb 08 17:29:43 2003 +0000
+++ b/mplayer.c	Sat Feb 08 18:45:32 2003 +0000
@@ -2710,8 +2710,8 @@
 	  vo_osd_progbar_value=vo_panscan*256;
 	  vo_osd_changed(OSDTYPE_PROGBAR);
 #ifdef HAVE_FREETYPE
-	  if (subtitle_autoscale == 2)
-	    // force scaling font to movie width
+	  if (subtitle_autoscale == 2 || subtitle_autoscale == 3)
+	    // force scaling font to movie width or diagonal
 	    force_load_font = 1;
 #endif
         }