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