aboutsummaryrefslogtreecommitdiff
path: root/encoder/ixheaace_resampler.c
diff options
context:
space:
mode:
authorakshayragir833 <110660198+akshayragir833@users.noreply.github.com>2024-01-22 18:19:16 +0530
committerGitHub <noreply@github.com>2024-01-22 18:19:16 +0530
commitd0702a8795b2c1d35c7bed330889326a50b1b599 (patch)
tree446a5724eea06b3cd94cb16e61eebeb37c3eb31a /encoder/ixheaace_resampler.c
parente6fd2784fcdc9fde1ce57de19a8d0e03426da23d (diff)
downloadlibxaac-d0702a8795b2c1d35c7bed330889326a50b1b599.tar.gz
Aligned encoder with the latest changes in common directory (#78)
[x] Tests done: Smoke test
Diffstat (limited to 'encoder/ixheaace_resampler.c')
-rw-r--r--encoder/ixheaace_resampler.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/encoder/ixheaace_resampler.c b/encoder/ixheaace_resampler.c
index 8400b3d..4031da1 100644
--- a/encoder/ixheaace_resampler.c
+++ b/encoder/ixheaace_resampler.c
@@ -21,7 +21,6 @@
#include <string.h>
#include "ixheaac_type_def.h"
#include "ixheaac_constants.h"
-#include "ixheaace_aac_constants.h"
#include "ixheaace_sbr_def.h"
#include "ixheaace_resampler.h"
#include "iusace_cnst.h"
@@ -138,7 +137,7 @@ VOID ixheaace_get_input_scratch_buf(VOID *ptr_scr, FLOAT32 **ptr_scratch_buf_inp
}
WORD32 ixheaace_resampler_scr_size(VOID) {
- return IXHEAACE_GET_SIZE_ALIGNED(sizeof(ixheaace_resampler_scratch), BYTE_ALIGN_8);
+ return IXHEAAC_GET_SIZE_ALIGNED(sizeof(ixheaace_resampler_scratch), BYTE_ALIGN_8);
}
static VOID ia_enhaacplus_enc_iir_sos_filter(ixheaace_iir_sos_resampler *pstr_down_sampler,