changeset 15079:1b96e77f5c33

remove force_load_font stuff moved to sub.c
author henry
date Sat, 09 Apr 2005 22:38:41 +0000
parents b22f4ce0580a
children c5b69cb0ac3e
files mplayer.c
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Sat Apr 09 22:25:33 2005 +0000
+++ b/mplayer.c	Sat Apr 09 22:38:41 2005 +0000
@@ -3282,9 +3282,6 @@
       else
 #endif
 	if(video_out && vo_config_count) video_out->control(VOCTRL_FULLSCREEN, 0);
-     // reload font when panscan > 0 and font is proportional to video size
-     if (sh_video && (subtitle_autoscale == 2 || subtitle_autoscale == 3)
-	 && vo_panscan > 0) force_load_font = 1;
     } break;
     case MP_CMD_VO_ONTOP:
     {
@@ -3326,11 +3323,6 @@
 	  vo_osd_progbar_value=vo_panscan*256;
 	  vo_osd_changed(OSDTYPE_PROGBAR);
         }
-#ifdef HAVE_FREETYPE
-	if (sh_video && (subtitle_autoscale == 2 || subtitle_autoscale == 3))
-	    // force scaling font to movie width or diagonal
-	    force_load_font = 1;
-#endif
 #endif
        }
     } break;