From c67220c86fa6267d8e0aa5b69d0eebbe17e0ede2 Mon Sep 17 00:00:00 2001 From: eugeni Date: Fri, 27 Apr 2007 14:25:36 +0000 Subject: Add -ass-hinting option for setting font hinting method. It is possible to separately configure hinting for scaled and unscaled osd. The default is native hinter for unscaled osd (only vo_gl at this point), no hinting for vf_ass. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23152 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 622955a6d3..327d27dea7 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -792,7 +792,7 @@ query_format(uint32_t format) VFCAP_FLIP | VFCAP_HWSCALE_UP | VFCAP_HWSCALE_DOWN | VFCAP_ACCEPT_STRIDE; if (use_osd) - caps |= VFCAP_OSD | VFCAP_EOSD; + caps |= VFCAP_OSD | VFCAP_EOSD | VFCAP_EOSD_UNSCALED; if ((format == IMGFMT_RGB24) || (format == IMGFMT_RGBA)) return caps; if (use_yuv && format == IMGFMT_YV12) -- cgit v1.2.3