From 9327720c37ba7a59e24e61ca16f369566358d6d0 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Thu, 21 Dec 2006 00:24:08 +0000 Subject: As per bug 7978, this version introduces the jittertargetextra option in config files git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48663 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/jitterbuf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/jitterbuf.h') diff --git a/include/jitterbuf.h b/include/jitterbuf.h index 3213534d0..480934692 100644 --- a/include/jitterbuf.h +++ b/include/jitterbuf.h @@ -58,6 +58,7 @@ typedef struct jb_conf { long max_jitterbuf; /* defines a hard clamp to use in setting the jitter buffer delay */ long resync_threshold; /* the jb will resync when delay increases to (2 * jitter) + this param */ long max_contig_interp; /* the max interp frames to return in a row */ + long target_extra ; /* amount of additional jitterbuffer adjustment, overrides JB_TARGET_EXTRA */ } jb_conf; typedef struct jb_info { -- cgit v1.2.3