[vlc-commits] rtp:session: remove outdated comment

Steve Lhomme git at videolan.org
Fri May 4 10:37:52 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu May  3 16:52:22 2018 +0200| [8be19dcd74765cd5218fdd6985faba92d924bd18] | committer: RĂ©mi Denis-Courmont

rtp:session: remove outdated comment

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8be19dcd74765cd5218fdd6985faba92d924bd18
---

 modules/access/rtp/session.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/access/rtp/session.c b/modules/access/rtp/session.c
index 4647204968..715c02a07f 100644
--- a/modules/access/rtp/session.c
+++ b/modules/access/rtp/session.c
@@ -169,7 +169,6 @@ rtp_source_create (demux_t *demux, const rtp_session_t *session,
     source->ssrc = ssrc;
     source->jitter = 0;
     source->ref_rtp = 0;
-    /* TODO: use VLC_TS_0, but VLC does not like negative PTS at the moment */
     source->ref_ntp = UINT64_C (1) << 62;
     source->max_seq = source->bad_seq = init_seq;
     source->last_seq = init_seq - 1;



More information about the vlc-commits mailing list