]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-277: Corrected comment.
authorChitresh Gupta <chitresh.g@pathpartnertech.com>
Sat, 27 May 2017 13:50:21 +0000 (19:20 +0530)
committerChitresh Gupta <chitresh.g@pathpartnertech.com>
Sat, 27 May 2017 13:50:21 +0000 (19:20 +0530)
pasdk/common/aspDecOpCircBuf_common.h

index e824a0af33c838db8e27b9019ee8bf27f4ce0bbc..e78111684fc9be9115c9cf863f8b39d30ed9dd6e 100644 (file)
@@ -68,7 +68,7 @@ All rights reserved.
 #define ASP_DECOP_CB_INIT_RDIDX_DDP         ( 0 )
 
 #define ASP_DECOP_CB_MAX_NUM_AF_THD         ( 15 )
-#define ASP_DECOP_CB_INIT_LAG_THD           ( 5 )  // 5*20ms = 80 ms, For the worst case of 100 ms
+#define ASP_DECOP_CB_INIT_LAG_THD           ( 5 )  // 5*20ms = 100 ms, For the worst case of 100 ms
 #define ASP_DECOP_CB_INIT_WRTIDX_THD        ( 0 ) //ASP_DECOP_CB_INIT_LAG_THD )
 #define ASP_DECOP_CB_INIT_RDIDX_THD         ( 0 )
 #define ASP_DECODE_CB_GATE_NAME             ( "AspDecOpCbGate" )