diff --git a/libavformat/rtp.c b/libavformat/rtp.c
index 2b560057bb39225c06afa7cd86066b2dba711b1b..8482a71998a37ecec39225b4a45efdab034e684a 100644
--- a/libavformat/rtp.c
+++ b/libavformat/rtp.c
@@ -532,6 +532,7 @@ static int rtp_write_header(AVFormatContext *s1)
         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? */