Skip to content

Commit

Permalink
Fixes #97 - Remove unnecessary memcpy
Browse files Browse the repository at this point in the history
  • Loading branch information
SakethSathuvalli committed Feb 5, 2025
1 parent 973d235 commit 44869ea
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions decoder/ia_core_coder_decode_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2912,13 +2912,6 @@ IA_ERRORCODE ia_core_coder_dec_main(VOID *temp_handle, WORD8 *inbuffer, WORD8 *o
sizeof(WORD8);
}

memcpy(pstr_asc->str_usac_config.str_usac_dec_config.usac_ext_gain_payload_buf[cnt] +
payload_buffer_offeset,
pstr_dec_data->str_frame_data.str_audio_specific_config.str_usac_config
.str_usac_dec_config.usac_ext_gain_payload_buf[cnt] +
payload_buffer_offeset,
copy_bytes);

pstr_asc->str_usac_config.str_usac_dec_config.preroll_bytes[preroll_counter] = *out_bytes;

preroll_counter++;
Expand Down

0 comments on commit 44869ea

Please sign in to comment.