suggest solution for 2 fixmies
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 27 May 2006 20:56:14 +0000 (20:56 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 27 May 2006 20:56:14 +0000 (20:56 +0000)
Originally committed as revision 5415 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/rtp.c

index 2b56005..8482a71 100644 (file)
@@ -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? */