From 370be031227f151d82bea9e3569952883712a31e Mon Sep 17 00:00:00 2001 From: Frank Livingston Date: Mon, 15 Aug 2016 14:43:01 -0500 Subject: [PATCH] Remove DDP specified debug code from default build for dbgDib.c --- procsdk_audio_x_xx_xx_xx/common/dbgDib.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/procsdk_audio_x_xx_xx_xx/common/dbgDib.c b/procsdk_audio_x_xx_xx_xx/common/dbgDib.c index d0f3b6dd..13508453 100644 --- a/procsdk_audio_x_xx_xx_xx/common/dbgDib.c +++ b/procsdk_audio_x_xx_xx_xx/common/dbgDib.c @@ -183,12 +183,14 @@ Void capIb( nBytes = pInpBufConfig->frameLength * pInpBufConfig->sizeofElement; +#if 0 // FL: DDP debug if (nBytes != 24576) { Log_info1("capIb(): nBytes=%d", nBytes); gNumDiffFrame[gCapIbBufPingPongSel]++; } +#endif if ((CAP_IB_BUF_SZ - gCapIbBufIdx[gCapIbBufPingPongSel]) < nBytes) { -- 2.26.2