aboutsummaryrefslogtreecommitdiffstats
path: root/include/jitterbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/jitterbuf.h')
-rw-r--r--include/jitterbuf.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/jitterbuf.h b/include/jitterbuf.h
index 5694f7b6c..dac903e83 100644
--- a/include/jitterbuf.h
+++ b/include/jitterbuf.h
@@ -103,8 +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) */
-
+ unsigned int dropem:1; /* flag to indicate dropping frames (overload) */
jb_frame *frames; /* queued frames */
jb_frame *free; /* free frames (avoid malloc?) */