summaryrefslogtreecommitdiff
path: root/pjsip
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2008-05-08 09:51:16 +0000
committerNanang Izzuddin <nanang@teluu.com>2008-05-08 09:51:16 +0000
commitc6924d0aeb7c8a04d44e9bf29ddcd50d91fef0be (patch)
tree8956cbf6d07a436af05b4123012a1236f092299f /pjsip
parent351f66318c3dd800bd13a3b2428417b06b710b41 (diff)
Ticket #524: changed pjsua and stereotest default audio frame time from 10ms to 20ms
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1951 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 45515a9b..9f42b9ce 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -3670,7 +3670,7 @@ PJ_DECL(pj_status_t) pjsua_im_typing(pjsua_acc_id acc_id,
* is the default value for pjsua_media_config.audio_frame_ptime.
*/
#ifndef PJSUA_DEFAULT_AUDIO_FRAME_PTIME
-# define PJSUA_DEFAULT_AUDIO_FRAME_PTIME 10
+# define PJSUA_DEFAULT_AUDIO_FRAME_PTIME 20
#endif