[MPlayer-dev-eng] [PATCH]Move calc_drwXY and fix indentation
Diego Biurrun
diego at biurrun.de
Fri Jan 9 02:01:26 CET 2009
On Fri, Jan 09, 2009 at 03:53:48AM +0100, Carl Eugen Hoyos wrote:
>
> Attached is a second try to move calc_drwXY from vo_xv (and vo_xvmc) into
> x11_common.c, this time with hopefully correct indentation.
>
> Please comment, Carl Eugen
> --- libvo/x11_common.c (revision 28281)
> +++ libvo/x11_common.c (working copy)
> @@ -1854,6 +1855,23 @@
>
> + vo_dwidth = FFMIN(vo_dwidth, vo_screenwidth);
> + vo_dheight = FFMIN(vo_dheight, vo_screenheight);
This could be aligned, but please don't bother sending another patch
for this.
The patch looks good to me, if it works for you - commit.
Diego
More information about the MPlayer-dev-eng
mailing list