From 2b0420ff1a8c5860f2b6edef6c04a12434520978 Mon Sep 17 00:00:00 2001 From: henry Date: Sat, 9 Apr 2005 22:38:41 +0000 Subject: remove force_load_font stuff moved to sub.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15080 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 63d0e109c4..41813e5af5 100644 --- a/mplayer.c +++ b/mplayer.c @@ -3282,9 +3282,6 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still) 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 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still) 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; -- cgit v1.2.3