Commit def8c283 authored by Marian Ďurkovič's avatar Marian Ďurkovič

RTP: Initialize ref_ts to zero

parent 5ed93126
...@@ -165,6 +165,7 @@ rtp_source_create (demux_t *demux, const rtp_session_t *session, ...@@ -165,6 +165,7 @@ rtp_source_create (demux_t *demux, const rtp_session_t *session,
source->ssrc = ssrc; source->ssrc = ssrc;
source->jitter = 0; source->jitter = 0;
source->ref_ts = 0;
source->max_seq = source->bad_seq = init_seq; source->max_seq = source->bad_seq = init_seq;
source->last_seq = init_seq - 1; source->last_seq = init_seq - 1;
source->blocks = NULL; source->blocks = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment