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

Reply via email to