Attached is the updated patch file, which takes care of the aforementioned
"nit"

-Nathan


On Fri, Dec 2, 2011 at 11:25 AM, Ronald S. Bultje <[email protected]>wrote:

> Hi,
>
> On Fri, Dec 2, 2011 at 11:19 AM, Nathan Maxson <[email protected]>
> wrote:
> > 0001-cleaned-up-zmbv.c.patch
>
> Looks really good overall. One small nit:
>
> +         c->cur = av_realloc(c->cur, avctx->width * avctx->height *
> (c->bpp / 8));
> +         c->prev = av_realloc(c->prev, avctx->width * avctx->height *
> (c->bpp / 8));
>
> Vertically align '=', so add one extra space between c->cur and =.
>
> Ronald
> _______________________________________________
> libav-devel mailing list
> [email protected]
> https://lists.libav.org/mailman/listinfo/libav-devel
>

Attachment: 0001-cleaned-up-zmbv.c-updated.patch
Description: Binary data

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to