summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/sbr_dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/sbr_dec.c')
-rw-r--r--apps/codecs/libfaad/sbr_dec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/codecs/libfaad/sbr_dec.c b/apps/codecs/libfaad/sbr_dec.c
index 97f1d9b647..60bb2a6bdb 100644
--- a/apps/codecs/libfaad/sbr_dec.c
+++ b/apps/codecs/libfaad/sbr_dec.c
@@ -454,6 +454,7 @@ uint8_t sbrDecodeCoupleFrame(sbr_info *sbr, real_t *left_chan, real_t *right_cha
454} 454}
455 455
456ALIGN qmf_t X[MAX_NTSR][64]; 456ALIGN qmf_t X[MAX_NTSR][64];
457
457uint8_t sbrDecodeSingleFrame(sbr_info *sbr, real_t *channel, 458uint8_t sbrDecodeSingleFrame(sbr_info *sbr, real_t *channel,
458 const uint8_t just_seeked, const uint8_t downSampledSBR) 459 const uint8_t just_seeked, const uint8_t downSampledSBR)
459{ 460{
@@ -520,9 +521,8 @@ uint8_t sbrDecodeSingleFrame(sbr_info *sbr, real_t *channel,
520 return 0; 521 return 0;
521} 522}
522 523
523 524ALIGN qmf_t X_left[MAX_NTSRHFG][64];// = {{0}};
524ALIGN qmf_t X_left[38][64];// = {{0}}; 525ALIGN qmf_t X_right[MAX_NTSRHFG][64];// = {{0}}; /* must set this to 0 */
525ALIGN qmf_t X_right[38][64];// = {{0}}; /* must set this to 0 */
526 526
527#if (defined(PS_DEC) || defined(DRM_PS)) 527#if (defined(PS_DEC) || defined(DRM_PS))
528uint8_t sbrDecodeSingleFramePS(sbr_info *sbr, real_t *left_channel, real_t *right_channel, 528uint8_t sbrDecodeSingleFramePS(sbr_info *sbr, real_t *left_channel, real_t *right_channel,