summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2013-12-03 05:22:10 +0000
committerBenny Prijono <bennylp@teluu.com>2013-12-03 05:22:10 +0000
commit217a32c57da773137efd90f34e4ba5942bd1c314 (patch)
treee7be8c04d518fdb9e824188e48a8f07cddccf12c
parente164d1500a275ac051dcb9798838e2385d496355 (diff)
Re #1630: updated wrong documentation about default jb_init value in pjsua. The default is 0, not 150.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4667 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index be5b08e8..bca343ba 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -5593,9 +5593,10 @@ struct pjsua_media_config
/**
* Jitter buffer initial prefetch delay in msec. The value must be
- * between jb_min_pre and jb_max_pre below.
+ * between jb_min_pre and jb_max_pre below. If the value is 0,
+ * prefetching will be disabled.
*
- * Default: -1 (to use default stream settings, currently 150 msec)
+ * Default: -1 (to use default stream settings, currently 0)
*/
int jb_init;