Increase splitcomb buffer count to 32

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@819 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2006-11-21 22:55:16 +00:00
parent 1f7cf1500b
commit 9aab47b1cd
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#define SIGNATURE_PORT PJMEDIA_PORT_SIGNATURE('S', 'p', 'C', 'P')
#define THIS_FILE "splitcomb.c"
#define TMP_SAMP_TYPE pj_int16_t
#define MAX_BUF_CNT 8
#define MAX_BUF_CNT 32
#if 0
# define TRACE_UP_(x) PJ_LOG(5,x)