[Ffmpeg-cvslog] [ffmpeg]: r5415 - /trunk/libavformat/rtp.c

michael at natsuki.mplayerhq.hu michael
Sat May 27 22:56:14 CEST 2006


Author: michael
Date: Sat May 27 22:56:14 2006
New Revision: 5415

Log:
suggest solution for 2 fixmies

Modified:
    trunk/libavformat/rtp.c

Modified: trunk/libavformat/rtp.c
==============================================================================
--- trunk/libavformat/rtp.c (original)
+++ trunk/libavformat/rtp.c Sat May 27 22:56:14 2006
@@ -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? */





More information about the ffmpeg-cvslog mailing list