zmbv: correct indentation
This commit is contained in:
parent
1744ab9e46
commit
afc2263bcc
@ -495,7 +495,7 @@ static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPac
|
|||||||
return AVERROR(ENOMEM);
|
return AVERROR(ENOMEM);
|
||||||
c->prev = tmp;
|
c->prev = tmp;
|
||||||
c->bx = (c->width + c->bw - 1) / c->bw;
|
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) {
|
if (c->decode_intra == NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user