Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
Testing:
[x] Same as previous commit
  • Loading branch information
Saketh Sathuvalli committed Mar 10, 2023
1 parent 9e4b2d2 commit 2321dce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/mp4/impeghd_mp4_file_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ WORD32 impeghd_mp4_fw_read(ia_file_wrapper *transport, pUWORD8 buffer, WORD32 bu
if (err_test == 2)
{
*length = 0;
if (transport->is_mp4_file && transport->is_execution == 1)
if (transport->is_execution == 1)
{
err_test = impeghd_mp4_get_datamp4(
transport->mp4_cntxt, &(transport->offset_dash),
Expand Down
2 changes: 1 addition & 1 deletion test/mp4/impeghd_mp4_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,7 @@ WORD32 impeghd_mp4_read_atom(mp4_info *m_info, VOID **fp, ia_mp4_node **n, ia_mp
next_child->prev->sibling = NULL;
impeghd_mp4_free_mem_node(next_child, m);
return IT_OK;
}
}
else if (a->type == IT_MEHD)
{
ia_mp4_mehd_atom *fa = (ia_mp4_mehd_atom *)impeghd_mp4_mem_node_malloc(
Expand Down

0 comments on commit 2321dce

Please sign in to comment.