Ticket #78: increased PTIME in pjsua_media.c to 20ms (from 10ms) because of the noisy audio problem

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@906 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2007-01-25 17:13:34 +00:00
parent e80cdf0b87
commit 403e24c7cb
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#define THIS_FILE "pjsua_media.c"
#define PTIME 10
#define PTIME 20
#define FPS (1000/PTIME)
#define DEFAULT_RTP_PORT 4000