summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-07-24 20:26:36 -0400
committerirungentoo <irungentoo@gmail.com>2014-07-24 20:26:36 -0400
commit450c503eba6a61da1d1c21809ac304df26cf3134 (patch)
tree1fc720fd20d4ed2e69656ca794ef301f912530fd
parent2d0c503f7461b2b61713d48dcf750be0597cf4b1 (diff)
Increased default jitter buffer size by 1.
-rw-r--r--toxav/toxav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/toxav.c b/toxav/toxav.c
index 7e93099e..06127ef4 100644
--- a/toxav/toxav.c
+++ b/toxav/toxav.c
@@ -95,7 +95,7 @@ const ToxAvCodecSettings av_DefaultSettings = {
95 1, 95 1,
96 600, 96 600,
97 97
98 1 98 2
99}; 99};
100 100
101 101