]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/blobdiff - pasdk/test_dsp/framework/audioStreamOutDec.c
PASDK-568:Remove extra call to CB stream frame length initialization missed in previo...
[processor-sdk/performance-audio-sr.git] / pasdk / test_dsp / framework / audioStreamOutDec.c
index 16b57b776c8d6a278fb35f36d208d50ee2afebc9..4f6a3d595a3aefefcdf6f67306cce62ccf45a7d4 100644 (file)
@@ -312,6 +312,7 @@ Int asopDecOutProcInit(
 
     for (z=DECODE1; z < DECODEN; z++)
     {
+#if 0 // FL: moved to PAF_ASOT_initSyncDecDecode1()
         // Initialize decoder output circular buffer for stream reads
         errno = cbInitStreamRead(pCbCtl, z);
         if (errno)
@@ -320,6 +321,7 @@ Int asopDecOutProcInit(
             status = ASOP_DOP_ERR_INIT_CBINITREAD;
             return status;
         }
+#endif
         
         // Start decoder output circular buffer reads
         errno = cbReadStart(pCbCtl, z);