aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/iax.h')
-rwxr-xr-xchannels/iax.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/iax.h b/channels/iax.h
index 93335da8d..295b545c1 100755
--- a/channels/iax.h
+++ b/channels/iax.h
@@ -55,7 +55,7 @@ struct ast_iax_full_hdr {
/* Mini header is used only for voice frames -- delivered unreliably */
struct ast_iax_mini_hdr {
short callno; /* Source call number -- high bit must be 0 */
- unsigned short ts; /* 16-bit Timestamp (high 32 bits from last ast_iax_full_hdr) */
+ unsigned short ts; /* 16-bit Timestamp (high 16 bits from last ast_iax_full_hdr) */
/* Frametype implicitly VOICE_FRAME */
/* subclass implicit from last ast_iax_full_hdr */
char data[0];