mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Src/AACAudioPlayControllerHwDecoder.cpp
branchRCL_3
changeset 19 095bea5f582e
parent 18 a36789189b53
child 20 0ac9a5310753
--- a/mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Src/AACAudioPlayControllerHwDecoder.cpp	Thu Aug 19 10:26:11 2010 +0300
+++ b/mmfenh/advancedaudiocontroller/audiocontrollerpluginsvariant/aacaudioplaycontroller/Src/AACAudioPlayControllerHwDecoder.cpp	Tue Aug 31 15:43:02 2010 +0300
@@ -21,7 +21,7 @@
 // INCLUDE FILES
 #include "AACAudioPlayControllerDecoder.h"
 #include "DebugMacros.h"
-#include <Mmfcodec.h>
+#include <mmfcodec.h>
 
 #include <mmfpaniccodes.h>
 
@@ -292,7 +292,6 @@
     iAccLen = 0;
 
 	iAacUtil->Config(iFrameLenConfig);
-	iEnabled = ETrue;
     DP0(_L ("CAACAudioPlayControllerDecoder::Reset - Exit"));
 	}
 	
@@ -383,10 +382,5 @@
 	{
 	return KErrNotSupported;
 	}
-TBool CAACAudioPlayControllerDecoder::IsDecodingSufficient()
-    {
-    RDebug::Printf("CAACAudioPlayControllerDecoder::IsDecodingSufficient");
-    return ETrue;
-    }
 
 // End of file