[FFmpeg-devel] [PATCH] Altivec version of-altivec h264_h-v_loop_filter_luma

Guillaume Poirier gpoirier
Fri May 11 22:41:59 CEST 2007


Hi,

On May 11, 2007, at 10:02 , Michael Niedermayer wrote:


>> -                        {((8 - x) * (8 - y)),
>> -                          ((x) * (8 - y)),
>> -                          ((8 - x) * (y)),
>> -                          ((x) * (y))};
>> +			{((8 - x) * (8 - y)),
>> +			  ((x) * (8 - y)),
>> +			  ((8 - x) * (y)),
>> +			  ((x) * (y))};
>>      register int i;
>
> adding tabs?

Tabernacle! You're right. There's a cleaned-up patch. I certainly  
should have caught these myself.

Thanks for pointing this out to me, I feel miserable :-(

Guillaume

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Altivec-version-of-altivec-h264_h-v_loop_filter_luma.patch
Type: application/octet-stream
Size: 17185 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20070511/8f56a592/attachment.obj>
-------------- next part --------------




More information about the ffmpeg-devel mailing list