diff mplayer.c @ 8819:477d42e66e8b

Update font scale after changing pancan. It makes fonts keep scale when they are set to be proportional to width.
author filon
date Mon, 06 Jan 2003 12:27:39 +0000
parents 2485bc98772d
children f01a53c8de14
line wrap: on
line diff
--- a/mplayer.c	Mon Jan 06 12:23:59 2003 +0000
+++ b/mplayer.c	Mon Jan 06 12:27:39 2003 +0000
@@ -2561,6 +2561,11 @@
 	  vo_osd_progbar_type=OSD_PANSCAN;
 	  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
+	    force_load_font = 1;
+#endif
         }
 #endif
        }