summaryrefslogtreecommitdiff
path: root/jitterbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'jitterbuf.c')
-rwxr-xr-xjitterbuf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/jitterbuf.c b/jitterbuf.c
index bab3f28c6..a7668e17e 100755
--- a/jitterbuf.c
+++ b/jitterbuf.c
@@ -98,10 +98,12 @@ void jb_destroy(jitterbuf *jb)
/* maybe later we can make the history buckets variable size, or something? */
/* drop parameter determines whether we will drop outliers to minimize
* delay */
+#if 0
static int longcmp(const void *a, const void *b)
{
return *(long *)a - *(long *)b;
}
+#endif
static void history_put(jitterbuf *jb, long ts, long now)
{