1
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 03:06:28 +01:00

reload font on fullscreen change when panscan is enabled

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15075 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
henry 2005-04-09 11:20:23 +00:00
parent f1a9cf6c69
commit 98c5cfc5a3

View File

@ -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:
{