summaryrefslogtreecommitdiff
path: root/res/res_rtp_multicast.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_rtp_multicast.c')
-rw-r--r--res/res_rtp_multicast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_rtp_multicast.c b/res/res_rtp_multicast.c
index fd3ae21ef..70d9f3de4 100644
--- a/res/res_rtp_multicast.c
+++ b/res/res_rtp_multicast.c
@@ -96,7 +96,7 @@ struct multicast_rtp {
unsigned int ssrc;
/*! Sequence number, used when creating/sending the RTP packet */
uint16_t seqno;
- unsigned int lastts;
+ unsigned int lastts;
struct timeval txcore;
struct ast_smoother *smoother;
};