[FFmpeg-devel] [PATCH] Implement PAFF in H.264

Martin Zlomek martin.zlomek
Sat Oct 6 10:46:32 CEST 2007


On Thu, 04 Oct 2007 13:46:09 +0200, Michael Niedermayer <michaelni at gmx.at>  
wrote:
> On Thu, Oct 04, 2007 at 08:52:44AM +0200, Martin Zlomek wrote:
>> On Thu, 04 Oct 2007 02:00:57 +0200, Michael Niedermayer  
>> <michaelni at gmx.at>
>> wrote:
>> >> --- h264.c~	2007-10-03 20:46:21.000000000 +0200
>> >> +++ h264.c	2007-10-04 00:51:36.000000000 +0200
>> >> @@ -6410,28 +6410,30 @@ static void filter_mb_fast( H264Context
>> >>      if( IS_INTRA(mb_type) ) {
>> >>          int16_t bS4[4] = {4,4,4,4};
>> >>          int16_t bS3[4] = {3,3,3,3};
>> >> +        int16_t *bSH = FIELD_PICTURE ? bS3 : bS4;
>> >> +        int16_t *bSV = bS4;
>> >
>> > if bSV is always bS4 why not keep using bS4 ?
>>
>> For greater clarity. If you don't like it, I'll use bS4.
>
> use bS4

I hope it is OK now. Thanks for comments.



-- 
Martin Zlomek
martin.zlomek at email.cz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: paff-deblock.patch
Type: text/x-patch
Size: 2663 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071006/5a4ec80e/attachment.bin>



More information about the ffmpeg-devel mailing list