avcodec/mpeg12dec: fix mis-indented line

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/54/head
Michael Niedermayer 11 years ago
parent 5f54756f7e
commit 934bb11ad7
  1. 2
      libavcodec/mpeg12dec.c

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

Loading…
Cancel
Save