]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-477:Remove unnecessary common CB code which uses no longer defined ASP_DECOP_CB...
authorFrank Livingston <frank-livingston@ti.com>
Wed, 6 Dec 2017 01:51:13 +0000 (19:51 -0600)
committerFrank Livingston <frank-livingston@ti.com>
Wed, 6 Dec 2017 01:51:13 +0000 (19:51 -0600)
pasdk/common/aspDecOpCircBuf_common.c

index 0f9446dbfdebedd6b303e385e95413150c8ae412..02e6bf2943f1d25347a16d05752c15642efe7165 100644 (file)
@@ -165,7 +165,6 @@ Int cbReset(
 
         pCb->afWrtIdx = ASP_DECOP_CB_INIT_WRTIDX_DTS;
         pCb->afRdIdx = ASP_DECOP_CB_INIT_RDIDX_DTS;
-        pCb->pcmRdIdx = pCb->decOpFrameLen - ASP_DECOP_CB_INIT_LAG_DTS*pCb->strFrameLen;
     }
     else
     {