summaryrefslogtreecommitdiff
path: root/toxav
diff options
context:
space:
mode:
Diffstat (limited to 'toxav')
-rw-r--r--toxav/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/rtp.c b/toxav/rtp.c
index 17319f81..595c58cc 100644
--- a/toxav/rtp.c
+++ b/toxav/rtp.c
@@ -551,7 +551,7 @@ RTPSession *rtp_init_session ( int payload_type, Messenger *messenger, int frien
551 551
552 _retu->dest = friend_num; 552 _retu->dest = friend_num;
553 553
554 _retu->rsequnum = _retu->sequnum = 1; 554 _retu->rsequnum = _retu->sequnum = 0;
555 555
556 _retu->ext_header = NULL; /* When needed allocate */ 556 _retu->ext_header = NULL; /* When needed allocate */
557 557