summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mplayer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 6a6d7383f6..63d0e109c4 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3282,6 +3282,9 @@ 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:
{