summaryrefslogtreecommitdiff
path: root/jitterbuf.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-05-09 14:24:58 +0000
committerMark Spencer <markster@digium.com>2005-05-09 14:24:58 +0000
commitaf65be5a599f208afee93ceab28d413dcb478f8d (patch)
treecd3e5b9640e71582e7c3de880797c08f3af60838 /jitterbuf.h
parent6f76e2b7055ae511bd9ea90acf13a014df24e1c4 (diff)
Fix jitter issues with out-of-order audio (bug #4163)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5612 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 */