zmbv: correct indentation

This commit is contained in:
Kostya Shishkov 2012-03-18 08:48:50 +01:00
parent 1744ab9e46
commit afc2263bcc

View File

@ -495,7 +495,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac
return AVERROR(ENOMEM);
c->prev = tmp;
c->bx = (c->width + c->bw - 1) / c->bw;
c->by = (c->height+ c->bh - 1) / c->bh;
c->by = (c->height + c->bh - 1) / c->bh;
}
if (c->decode_intra == NULL) {