mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Src/AACAudioPlayControllerHwDecoder.cpp
changeset 20 b67dd1fc57c5
parent 12 5a06f39ad45b
child 43 9894ed580e4a
equal deleted inserted replaced
19:4a629bc82c5e 20:b67dd1fc57c5
    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>