[MPlayer-dev-eng] [PATCH]Move calc_drwXY and fix indentation

Carl Eugen Hoyos cehoyos at ag.or.at
Fri Jan 9 16:27:14 CET 2009


Reimar Döffinger <Reimar.Doeffinger <at> stud.uni-karlsruhe.de> writes:

> > +        vo_dwidth = FFMIN(vo_dwidth, vo_screenwidth);
> > +        vo_dheight = FFMIN(vo_dheight, vo_screenheight);
> > +        *drwX = (vo_screenwidth - vo_dwidth) / 2;
> > +        *drwY = (vo_screenheight - vo_dheight) / 2;
> 
> And yes, aligning these four lines while you're at it would be nice 

Patch with changed alignment (and a forgotten call in xv) applied.

Greetings, Carl Eugen




More information about the MPlayer-dev-eng mailing list