aboutsummaryrefslogtreecommitdiff
path: root/decoder/ixheaacd_block.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/ixheaacd_block.h')
-rw-r--r--decoder/ixheaacd_block.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder/ixheaacd_block.h b/decoder/ixheaacd_block.h
index 52f9484..739116c 100644
--- a/decoder/ixheaacd_block.h
+++ b/decoder/ixheaacd_block.h
@@ -65,14 +65,14 @@ VOID ixheaacd_read_scale_factor_data(
ia_aac_dec_channel_info_struct *ptr_aac_dec_channel_info,
ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 object_type);
-WORD16 ixheaacd_read_spectral_data(
+IA_ERRORCODE ixheaacd_read_spectral_data(
ia_bit_buf_struct *it_bit_buff,
ia_aac_dec_channel_info_struct *ptr_aac_dec_channel_info,
ia_aac_dec_tables_struct *ptr_aac_tables, WORD32 total_channels,
WORD32 frame_size, WORD32 object_type, WORD32 aac_spect_data_resil_flag,
WORD32 aac_sf_data_resil_flag);
-WORD16 ixheaacd_read_section_data(
+IA_ERRORCODE ixheaacd_read_section_data(
ia_bit_buf_struct *it_bit_buff,
ia_aac_dec_channel_info_struct *ptr_aac_dec_channel_info,
WORD32 aac_spect_data_resil_flag, WORD32 aac_sect_data_resil_flag,