mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
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:
parent
240a8f2b3b
commit
abe3681629
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user