Commit 0067346b authored by michael's avatar michael

suggest solution for 2 fixmies


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5415 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ade79fe8
......@@ -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? */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment