From 6023874828599e37e14056e5fc10325adfdba50c Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 24 Dec 2009 10:51:24 +0000 Subject: Some ugly hacks to make compiling against a newer external version of libass work. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30107 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_gl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo/vo_gl.c') diff --git a/libvo/vo_gl.c b/libvo/vo_gl.c index 5aa10bf71e..5e35f79f99 100644 --- a/libvo/vo_gl.c +++ b/libvo/vo_gl.c @@ -1156,6 +1156,7 @@ static int control(uint32_t request, void *data, ...) { mp_eosd_res_t *r = data; r->w = vo_dwidth; r->h = vo_dheight; + r->srcw = image_width; r->srch = image_height; r->mt = r->mb = r->ml = r->mr = 0; if (scaled_osd) {r->w = image_width; r->h = image_height;} else if (aspect_scaling()) { -- cgit v1.2.3