Mercurial > mplayer.hg
changeset 14053:9f89feb07542
rescale the fonts with hidden OSD too
author | henry |
---|---|
date | Fri, 26 Nov 2004 10:32:53 +0000 |
parents | e7952552efea |
children | 53ea955d19fa |
files | mplayer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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;