[FFmpeg-cvslog] r14107 - trunk/libavformat/rtpenc.c

lucabe subversion
Tue Jul 8 10:22:16 CEST 2008


Author: lucabe
Date: Tue Jul  8 10:22:16 2008
New Revision: 14107

Log:
Remove outdated comment


Modified:
   trunk/libavformat/rtpenc.c

Modified: trunk/libavformat/rtpenc.c
==============================================================================
--- trunk/libavformat/rtpenc.c	(original)
+++ trunk/libavformat/rtpenc.c	Tue Jul  8 10:22:16 2008
@@ -305,7 +305,6 @@ static int rtp_write_packet(AVFormatCont
     printf("%d: write len=%d\n", pkt->stream_index, size);
 #endif
 
-    /* XXX: mpeg pts hardcoded. RTCP send every 0.5 seconds */
     rtcp_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) /
         RTCP_TX_RATIO_DEN;
     if (s->first_packet || ((rtcp_bytes >= RTCP_SR_SIZE) &&




More information about the ffmpeg-cvslog mailing list