latm_parser: remove dead store

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/4/head
Paul B Mahol 13 years ago committed by Michael Niedermayer
parent f5463d5347
commit f2b91bd63a
  1. 1
      libavcodec/latm_parser.c

@ -50,7 +50,6 @@ static int latm_find_frame_end(AVCodecParserContext *s1, const uint8_t *buf,
pic_found = pc->frame_start_found;
state = pc->state;
i = 0;
if (!pic_found) {
for (i = 0; i < buf_size; i++) {
state = (state<<8) | buf[i];

Loading…
Cancel
Save