Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/oapv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,6 @@ int oapvd_info(void *au, int au_size, oapv_au_info_t *aui)
{
int ret, frm_count = 0;
u32 cur_read_size = 0;
int pbu_count = 0;
oapv_bs_t bs;

DUMP_SET(0);
Expand Down Expand Up @@ -2122,7 +2121,6 @@ int oapvd_info(void *au, int au_size, oapv_au_info_t *aui)
}
aui->num_frms = frm_count;
cur_read_size += pbu_size + 4; /* 4byte is for pbu_size syntax itself */
pbu_count++;
} while(cur_read_size < au_size);
DUMP_SET(1);
return OAPV_OK;
Expand Down