From 2e72542b175473b026470481c19d1caa9f89e103 Mon Sep 17 00:00:00 2001 From: Nanang Izzuddin Date: Thu, 25 Feb 2010 12:07:29 +0000 Subject: 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 --- pjmedia/src/pjmedia/jbuf.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'pjmedia') 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 -- cgit v1.2.3