aboutsummaryrefslogtreecommitdiff
path: root/encoder/ixheaace_qc_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'encoder/ixheaace_qc_util.h')
-rw-r--r--encoder/ixheaace_qc_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/encoder/ixheaace_qc_util.h b/encoder/ixheaace_qc_util.h
index 6e971cd..117c6eb 100644
--- a/encoder/ixheaace_qc_util.h
+++ b/encoder/ixheaace_qc_util.h
@@ -32,9 +32,9 @@ IA_ERRORCODE ia_enhaacplus_enc_qc_init(ixheaace_qc_state *pstr_qc_state, WORD32
IA_ERRORCODE ia_enhaacplus_enc_qc_main(
ixheaace_qc_state *pstr_qc_state, WORD32 num_channels, ixheaace_element_bits *pstr_el_bits,
- ixheaace_psy_out_channel psy_out_ch[IXHEAACE_MAX_CH_IN_BS_ELE],
+ ixheaace_psy_out_channel **psy_out_ch,
ixheaace_psy_out_element *pstr_psy_out_element,
- ixheaace_qc_out_channel pstr_qc_out_ch[IXHEAACE_MAX_CH_IN_BS_ELE],
+ ixheaace_qc_out_channel **pstr_qc_out_ch,
ixheaace_qc_out_element *pstr_qc_out_element, WORD32 ancillary_data_bytes,
ixheaace_aac_tables *pstr_aac_tables, WORD32 adts_flag, WORD32 aot, WORD32 stat_bits_flag,
WORD32 flag_last_element, WORD32 frame_len_long, WORD8 *ptr_scratch,