# HG changeset patch # User michael # Date 1148763374 0 # Node ID f05de60b531b855176364ead03bfedc18fe86497 # Parent 87c39267382fc9e4453d70ad92c5adfb46e1665d suggest solution for 2 fixmies diff -r 87c39267382f -r f05de60b531b rtp.c --- 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? */