latm_parser: remove dead store
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f5463d5347
commit
f2b91bd63a
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue