Commit 934bb11a authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mpeg12dec: fix mis-indented line

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5f54756f
......@@ -196,7 +196,7 @@ end:
CLOSE_READER(re, &s->gb);
}
s->block_last_index[n] = i;
return 0;
return 0;
}
int ff_mpeg1_decode_block_intra(MpegEncContext *s, int16_t *block, int n)
......
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