Commit afc2263b authored by Kostya Shishkov's avatar Kostya Shishkov

zmbv: correct indentation

parent 1744ab9e
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment