aboutsummaryrefslogtreecommitdiffstats
path: root/jitterbuf.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-09 14:24:58 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-05-09 14:24:58 +0000
commitb842d9db0f80e85c258348cfe0d4cb57ebbf2938 (patch)
treecd3e5b9640e71582e7c3de880797c08f3af60838 /jitterbuf.h
parent820210ba24d9235687557c085f47f1309a0f2c13 (diff)
Fix jitter issues with out-of-order audio (bug #4163)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5612 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'jitterbuf.h')
-rwxr-xr-xjitterbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jitterbuf.h b/jitterbuf.h
index aa73e805b..224751630 100755
--- a/jitterbuf.h
+++ b/jitterbuf.h
@@ -65,7 +65,7 @@ typedef struct jb_info {
long losspct; /* recent lost frame percentage (* 1000) */
long last_voice_ts; /* the last ts that was read from the jb - in receiver's time */
long last_voice_ms; /* the duration of the last voice frame */
- long silence; /* we are presently playing out silence */
+ long silence_begin_ts; /* the time of the last CNG frame, when in silence */
long last_adjustment; /* the time of the last adjustment */
/* settings */