From abe36816296f4b11378549d8012ba74a9091fc3f Mon Sep 17 00:00:00 2001 From: henry Date: Fri, 26 Nov 2004 10:32:53 +0000 Subject: rescale the fonts with hidden OSD too git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14054 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index 3a171ef221..c6399cfb4e 100644 --- a/mplayer.c +++ b/mplayer.c @@ -3270,12 +3270,12 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still) 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; -- cgit v1.2.3