aboutsummaryrefslogtreecommitdiffstats
path: root/main/rtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/rtp.c')
-rw-r--r--main/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rtp.c b/main/rtp.c
index b6b7b7255..c21f9a1ed 100644
--- a/main/rtp.c
+++ b/main/rtp.c
@@ -832,7 +832,7 @@ struct ast_frame *ast_rtcp_read(struct ast_rtp *rtp)
unsigned int length;
int rc;
double rttsec;
- uint64_t rtt;
+ uint64_t rtt = 0;
unsigned int dlsr;
unsigned int lsr;
unsigned int msw;