[vlc-commits] rtp sout: fix comment

Pierre Ynard git at videolan.org
Sun Feb 5 03:34:39 CET 2012


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Sun Feb  5 03:34:20 2012 +0100| [83a9a56dfa12649723f521e75c5c0b6bf14e9197] | committer: Pierre Ynard

rtp sout: fix comment

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

 modules/stream_out/rtp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/stream_out/rtp.c b/modules/stream_out/rtp.c
index 5900172..cd8d363 100644
--- a/modules/stream_out/rtp.c
+++ b/modules/stream_out/rtp.c
@@ -1576,7 +1576,7 @@ static int64_t rtp_init_ts( const vod_media_t *p_media,
     /* As per RFC 2326, session identifiers are at least 8 bytes long */
     strncpy((char *)&i_ts_init, psz_vod_session, sizeof(uint64_t));
     i_ts_init ^= (uintptr_t)p_media;
-    /* Limit the timestamp to 48 bytes, this is enough and allows us
+    /* Limit the timestamp to 48 bits, this is enough and allows us
      * to stay away from overflows */
     i_ts_init &= 0xFFFFFFFFFFFF;
     return i_ts_init;



More information about the vlc-commits mailing list