summaryrefslogtreecommitdiff
path: root/toxav/rtp.c
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2014-07-27 00:26:58 +0200
committermannol <eniz_vukovic@hotmail.com>2014-07-27 00:26:58 +0200
commitfc230c86714eb05b69c4a8b9501332a8e32b3e49 (patch)
tree087cf6a68cf4ebd785999aa66649198d9047e3dd /toxav/rtp.c
parent54e7d29589b8c2e1e58d438adab972174ac7dd52 (diff)
parentd052bbc3ebb378c9a69bbd7e35f001da2e2782aa (diff)
Fixed tests and conflicts
Diffstat (limited to 'toxav/rtp.c')
-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