48k 30ms and 40ms codecs

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15135 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2009-10-10 02:10:43 +00:00
parent 06c1349b08
commit 6b70ecbea3
2 changed files with 28 additions and 19 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ static inline int switch_check_interval(uint32_t rate, uint32_t ptime)
if (ptime < 120) return 1;
break;
case 48000:
max_ms = 20;
max_ms = 40;
ptime_div = 2;
break;
case 32000: