Fix in PCE reading path
Some checks failed
CMake / build (push) Has been cancelled

Significance:
=============
- Fix for PCE reading in one of the control paths uncovered during
  internal testing.
This commit is contained in:
Shashank Pathmudi 2025-11-21 12:32:40 +05:30 committed by Divya B M
parent b6feb4c922
commit 541bcd7f85

View file

@ -144,6 +144,7 @@ WORD32 ixheaacd_aacdec_decodeframe(
aac_dec_handle = p_state_enhaacplus_dec->pstr_aac_dec_info[*ch_idx];
it_bit_buff = p_state_enhaacplus_dec->ptr_bit_stream;
p_obj_exhaacplus_dec->aac_config.str_prog_config.alignment_bits = it_bit_buff->bit_pos;
ptr_adts_crc_info = it_bit_buff->pstr_adts_crc_info;