1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-28 20:53:54 +02:00

avcodec/mpeg12dec: fix mis-indented line

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-01-24 17:36:16 +01:00
parent 5f54756f7e
commit 934bb11ad7

View File

@ -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)