[FFmpeg-devel] [PATCH][VAAPI][6/6] Add H.264 bitstream decoding (take 13)

Cyril Russo stage.nexvision
Mon May 25 09:15:01 CEST 2009


Diego Biurrun a ?crit :
> On Wed, May 20, 2009 at 07:13:59PM +0200, Cyril Russo wrote:
>   
>> --- libavcodec/vaapi_h264.c	(r??vision 0)
>> +++ libavcodec/vaapi_h264.c	(r??vision 0)
>> @@ -0,0 +1,341 @@
>> +    for (list = 0; list < h->list_count; list++) 
>> +        for (i = 0; i < h->ref_count[list]; i++) {
>> +            Picture * const pic = &h->ref_list[list][i];
>> +            if (pic->reference && dpb_add(&dpb, pic) < 0)
>> +                    return -1;
>>     
>
> wrong indentation
>
> You have trailing whitespace in your patch.
>
> No more comments from me.
>
> Diego
Hi,

  This one fixes the issues above, and should be ok for Diego. Michael, 
can you review it ?

Regards,
Cyril

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ffmpeg.hwaccel.vaapi.h264.14.patch
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090525/fa73ce7e/attachment.txt>



More information about the ffmpeg-devel mailing list