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

Michael Niedermayer michaelni
Thu Oct 4 13:46:09 CEST 2007


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

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20071004/40686523/attachment.pgp>



More information about the ffmpeg-devel mailing list