summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2010-02-25 12:07:29 +0000
committerNanang Izzuddin <nanang@teluu.com>2010-02-25 12:07:29 +0000
commit2e72542b175473b026470481c19d1caa9f89e103 (patch)
treed4af275aa052972055b7788289e0f13b7e90ee2c
parentcd0277b8c369c89206409d767d47600d3ed38786 (diff)
Minor update on #969: Removed 'experimental feature' comment on progressive discard.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3111 74dad513-b988-da41-8d7b-12977e46ad98
-rw-r--r--pjmedia/src/pjmedia/jbuf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pjmedia/src/pjmedia/jbuf.c b/pjmedia/src/pjmedia/jbuf.c
index 861aa261..dd530e99 100644
--- a/pjmedia/src/pjmedia/jbuf.c
+++ b/pjmedia/src/pjmedia/jbuf.c
@@ -143,7 +143,6 @@ struct pjmedia_jbuf
#define JB_STATUS_PREFETCHING 2
-/* === Experimental feature === */
/* Progressive discard algorithm introduced to reduce JB latency
* by discarding incoming frames with adaptive aggressiveness based on
@@ -156,7 +155,6 @@ struct pjmedia_jbuf
*/
#define PJMEDIA_JB_DISCARDED_FRAME 1024
-/* == End of experimental feature == */
/* Enabling this would log the jitter buffer state about once per