summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-08 18:45:32 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-02-08 18:45:32 +0000
commit43edcd2801b3faa6d024d71f6d2bc8993251c750 (patch)
tree12320dc3f45fc19900c1471f2b256d716a784195 /mplayer.c
parentb306d8c3d1e15123c27f672d02008c9b0bea3f3c (diff)
downloadmpv-43edcd2801b3faa6d024d71f6d2bc8993251c750.tar.bz2
mpv-43edcd2801b3faa6d024d71f6d2bc8993251c750.tar.xz
minor fixes for font autoscaling
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9347 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 0206f5655d..f21f6fed30 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -2710,8 +2710,8 @@ if (stream->type==STREAMTYPE_DVDNAV && dvd_nav_still)
vo_osd_progbar_value=vo_panscan*256;
vo_osd_changed(OSDTYPE_PROGBAR);
#ifdef HAVE_FREETYPE
- if (subtitle_autoscale == 2)
- // force scaling font to movie width
+ if (subtitle_autoscale == 2 || subtitle_autoscale == 3)
+ // force scaling font to movie width or diagonal
force_load_font = 1;
#endif
}