rescale the fonts with hidden OSD too

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14054 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2004-11-26 10:32:53 +00:00
parent 240a8f2b3b
commit abe3681629
1 changed files with 2 additions and 2 deletions

View File

@ -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;