[MPlayer-cvslog] r35691 - trunk/libmpcodecs/vf_ass.c

Diego Biurrun diego at biurrun.de
Mon Dec 17 15:20:56 CET 2012


On Mon, Dec 17, 2012 at 02:34:58AM +0100, upsuper wrote:
> 
> Log:
> Cosmetic: reindent & move defines out of function
> 
> --- trunk/libmpcodecs/vf_ass.c	Sun Dec 16 14:49:36 2012	(r35690)
> +++ trunk/libmpcodecs/vf_ass.c	Mon Dec 17 02:34:58 2012	(r35691)
> @@ -419,21 +419,6 @@ static void render_frame_yuv420p(vf_inst
> -
>  #define CHECK_16_ALPHA \
>              "cmpl   $-1,     0(%[alpha], %[j], 1) \n\t" \
>              "jne    2f \n\t"                            \
> @@ -485,6 +470,21 @@ static void render_frame_yuv420p_sse4(vf
>              "paddb      %%xmm4, %%xmm1 \n\t"                    \
>              "movdqu     %%xmm1, (%%"REG_D", %[j], 1) \n\t"

You left the macros with, seemingly random, 16 space indentation.

Diego


More information about the MPlayer-cvslog mailing list