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..5694f7b6c 100644
--- a/include/jitterbuf.h
+++ b/include/jitterbuf.h
@@ -103,6 +103,7 @@ typedef struct jitterbuf {
long hist_maxbuf[JB_HISTORY_MAXBUF_SZ]; /* a sorted buffer of the max delays (highest first) */
long hist_minbuf[JB_HISTORY_MAXBUF_SZ]; /* a sorted buffer of the min delays (lowest first) */
int hist_maxbuf_valid; /* are the "maxbuf"/minbuf valid? */
+ int dropem; /* flag to indicate dropping frames (overload) */
jb_frame *frames; /* queued frames */