aboutsummaryrefslogtreecommitdiffstats
path: root/include/jitterbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/jitterbuf.h')
-rw-r--r--include/jitterbuf.h1
1 files changed, 1 insertions, 0 deletions
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 {