summaryrefslogtreecommitdiffstats
path: root/libmenu/vf_menu.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-27 15:14:02 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-27 15:14:02 +0000
commitfbae3928cddfcb459445f105daac12b42f2991ba (patch)
tree2dfd8834e7f3e93478b3fa655fe28f6b7548b3c7 /libmenu/vf_menu.c
parent131683f8f35aed3145af816e8ea3dea3c6f4bd31 (diff)
downloadmpv-fbae3928cddfcb459445f105daac12b42f2991ba.tar.bz2
mpv-fbae3928cddfcb459445f105daac12b42f2991ba.tar.xz
Allow independent scaling of vo_font and sub_font.
Patch by Guillaume LECERF (foxcore gmail com). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25879 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmenu/vf_menu.c')
-rw-r--r--libmenu/vf_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmenu/vf_menu.c b/libmenu/vf_menu.c
index bf11507d89..b2ba92ee58 100644
--- a/libmenu/vf_menu.c
+++ b/libmenu/vf_menu.c
@@ -206,7 +206,7 @@ static int config(struct vf_instance_s* vf, int width, int height, int d_width,
// here is the right place to get screen dimensions
if (force_load_font) {
force_load_font = 0;
- load_font_ft(width,height,&vo_font,font_name);
+ load_font_ft(width,height,&vo_font,font_name,osd_font_scale_factor);
}
#endif
if(outfmt == IMGFMT_MPEGPES)