[FFmpeg-devel] [PATCH] Implement PAFF in H.264
Martin Zlomek
martin.zlomek
Thu Oct 4 08:52:44 CEST 2007
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.
--
Martin Zlomek
martin.zlomek at email.cz
More information about the ffmpeg-devel
mailing list