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

Ivan Kalvachev ikalvachev at gmail.com
Mon Dec 17 23:20:52 CET 2012


On 12/17/12, Xidorn Quan <quanxunzhen at gmail.com> wrote:
> On Mon, Dec 17, 2012 at 10:20 PM, Diego Biurrun <diego at biurrun.de> wrote:
>>
>> 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.
>
> I found that asm macros in vf_yadif.c use 12 space indentation, so I used
> it.
> Should them be 4 space indent as well?

If it is consistent with the others, leave it as it is.

The assembler code is aligned deeply than the C code, because
assembler have a first field that is used for labels, so op codes are
second (deeper) field.


More information about the MPlayer-cvslog mailing list