summaryrefslogtreecommitdiff
path: root/pjmedia/src
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2010-01-21 08:39:14 +0000
committerBenny Prijono <bennylp@teluu.com>2010-01-21 08:39:14 +0000
commit29f2c32efa33d5126e53ee1afba31f967517cf1e (patch)
treeb9c8f7090db18d85e2bb3f1fa75a7269397f29b3 /pjmedia/src
parent9a47b10d958ece028b24f2c547bb1891e004cb3a (diff)
Related to #969: make maximum PLC generated frames configurable (PJMEDIA_MAX_PLC_DURATION_MSEC)
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3067 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/src')
-rw-r--r--pjmedia/src/pjmedia/stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjmedia/src/pjmedia/stream.c b/pjmedia/src/pjmedia/stream.c
index 9e85054b..6054f9a9 100644
--- a/pjmedia/src/pjmedia/stream.c
+++ b/pjmedia/src/pjmedia/stream.c
@@ -48,7 +48,7 @@
* synthetic frames, so we need to set this to a reasonably large value
* just as precaution
*/
-#define MAX_PLC_MSEC 240
+#define MAX_PLC_MSEC PJMEDIA_MAX_PLC_DURATION_MSEC
/**
* Media channel.