[FFmpeg-devel] [PATCH] Implement PAFF in H.264
Michael Niedermayer
michaelni
Mon Oct 8 13:31:47 CEST 2007
On Sat, Oct 06, 2007 at 10:46:32AM +0200, Martin Zlomek wrote:
> 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.
looks ok
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I do not agree with what you have to say, but I'll defend to the death your
right to say it. -- 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/20071008/7210f546/attachment.pgp>
More information about the ffmpeg-devel
mailing list