On Sun, Mar 18, 2012 at 05:07:09PM +0100, Diego Biurrun wrote: > On Sun, Mar 18, 2012 at 09:16:59AM +0100, Kostya Shishkov wrote: > > --- a/libavcodec/zmbv.c > > +++ b/libavcodec/zmbv.c > > @@ -484,29 +484,29 @@ static int decode_frame(AVCodecContext *avctx, void > > *data, int *data_size, AVPac > > + c->prev = tmp; > > + c->bx = (c->width + c->bw - 1) / c->bw; > > + c->by = (c->height+ c->bh - 1) / c->bh; > > You could align the = while you change those lines anyway. > > Patch OK with or without that change.
I went further and added a space before plus operator too. And applied both patches. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
