changeset 1099:f05de60b531b libavformat

suggest solution for 2 fixmies
author michael
date Sat, 27 May 2006 20:56:14 +0000
parents 87c39267382f
children d4793a811695
files rtp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rtp.c	Fri May 26 15:37:11 2006 +0000
+++ b/rtp.c	Sat May 27 20:56:14 2006 +0000
@@ -532,6 +532,7 @@
         payload_type = RTP_PT_PRIVATE; /* private payload type */
     s->payload_type = payload_type;
 
+// following 2 FIXMies could be set based on the current time, theres normaly no info leak, as rtp will likely be transmitted immedeatly
     s->base_timestamp = 0; /* FIXME: was random(), what should this be? */
     s->timestamp = s->base_timestamp;
     s->ssrc = 0; /* FIXME: was random(), what should this be? */