mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Src/AACAudioPlayControllerHwDecoder.cpp
branchRCL_3
changeset 12 2eb3b066cc7d
parent 0 71ca22bcf22a
child 18 a36789189b53
equal deleted inserted replaced
11:3570217d8c21 12:2eb3b066cc7d
    21 // INCLUDE FILES
    21 // INCLUDE FILES
    22 #include "AACAudioPlayControllerDecoder.h"
    22 #include "AACAudioPlayControllerDecoder.h"
    23 #include "DebugMacros.h"
    23 #include "DebugMacros.h"
    24 #include <Mmfcodec.h>
    24 #include <Mmfcodec.h>
    25 
    25 
    26 #include <MmfPanicCodes.h>
    26 #include <mmfpaniccodes.h>
    27 
    27 
    28 // New eAAC+ custom interface is used only when using DSP decoder and 
    28 // New eAAC+ custom interface is used only when using DSP decoder and 
    29 // the eAAC+ feature is turned on.
    29 // the eAAC+ feature is turned on.
    30 #ifdef __AAC_PLUS_DECODER_PLUGIN 
    30 #ifdef __AAC_PLUS_DECODER_PLUGIN 
    31 #include <EAacPlusDecoderIntfc.h>
    31 #include <EAacPlusDecoderIntfc.h>