summaryrefslogtreecommitdiff
path: root/libAACdec/src/aacdecoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'libAACdec/src/aacdecoder.h')
-rw-r--r--libAACdec/src/aacdecoder.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/libAACdec/src/aacdecoder.h b/libAACdec/src/aacdecoder.h
index 25bc35d..37b7b4b 100644
--- a/libAACdec/src/aacdecoder.h
+++ b/libAACdec/src/aacdecoder.h
@@ -105,9 +105,6 @@ amm-info@iis.fraunhofer.de
#include "genericStds.h"
-#include "sbrdecoder.h"
-
-
#include "aacdec_drc.h"
#include "pcmutils_lib.h"
@@ -154,10 +151,6 @@ typedef enum {
MODE_LP = 1
} QMF_MODE;
-typedef struct {
- int bsDelay;
-} SBR_PARAMS;
-
/* AAC decoder (opaque toward userland) struct declaration */
struct AAC_DECODER_INSTANCE {
@@ -197,18 +190,12 @@ struct AAC_DECODER_INSTANCE {
CAacDecoderCommonData aacCommonData; /*!< Temporal shared data for all channels hooked into pAacDecoderChannelInfo */
- CConcealParams concealCommonData;
-
INT aacChannelsPrev; /*!< The amount of AAC core channels of the last successful decode call. */
AUDIO_CHANNEL_TYPE channelTypePrev[(8)]; /*!< Array holding the channelType values of the last successful decode call. */
UCHAR channelIndicesPrev[(8)]; /*!< Array holding the channelIndices values of the last successful decode call. */
- HANDLE_SBRDECODER hSbrDecoder; /*!< SBR decoder handle. */
- UCHAR sbrEnabled; /*!< flag to store if SBR has been detected */
- UCHAR sbrEnabledPrev; /*!< flag to store if SBR has been detected from previous frame */
UCHAR psPossible; /*!< flag to store if PS is possible */
- SBR_PARAMS sbrParams; /*!< struct to store all sbr parameters */
QMF_MODE qmfModeCurr; /*!< The current QMF mode */
QMF_MODE qmfModeUser; /*!< The QMF mode requested by the library user */