diff mplayer.c @ 14053:9f89feb07542

rescale the fonts with hidden OSD too
author henry
date Fri, 26 Nov 2004 10:32:53 +0000
parents 4802041ab8e3
children 3d3f3cc8494a
line wrap: on
line diff
--- a/mplayer.c	Fri Nov 26 10:06:09 2004 +0000
+++ b/mplayer.c	Fri Nov 26 10:32:53 2004 +0000
@@ -3270,12 +3270,12 @@
 	  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 || subtitle_autoscale == 3)
+	if (sh_video && (subtitle_autoscale == 2 || subtitle_autoscale == 3))
 	    // force scaling font to movie width or diagonal
 	    force_load_font = 1;
 #endif
-        }
 #endif
        }
     } break;