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

Diego Biurrun diego
Wed May 20 19:48:33 CEST 2009


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



More information about the ffmpeg-devel mailing list