[MPlayer-cvslog] r37373 - trunk/libvo/vo_gl.c
cigaes
subversion at mplayerhq.hu
Wed Feb 11 15:08:47 CET 2015
Author: cigaes
Date: Wed Feb 11 15:08:46 2015
New Revision: 37373
Log:
vo_gl: fix typo introduced in r37354.
Modified:
trunk/libvo/vo_gl.c
Modified: trunk/libvo/vo_gl.c
==============================================================================
--- trunk/libvo/vo_gl.c Wed Feb 11 02:51:12 2015 (r37372)
+++ trunk/libvo/vo_gl.c Wed Feb 11 15:08:46 2015 (r37373)
@@ -1435,7 +1435,7 @@ static int control(uint32_t request, voi
if (scaled_osd) {r->w = image_width; r->h = image_height;}
else if (aspect_scaling()) {
r->ml = ass_border_l;
- r->ml = ass_border_r;
+ r->mr = ass_border_r;
r->mt = ass_border_t;
r->mb = ass_border_b;
}
More information about the MPlayer-cvslog
mailing list