changeset 3549:26f05fd01fd0 libavformat

Remove outdated comment
author lucabe
date Tue, 08 Jul 2008 08:22:16 +0000
parents 57647a42c85f
children db0c31111238
files rtpenc.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rtpenc.c	Tue Jul 08 07:05:57 2008 +0000
+++ b/rtpenc.c	Tue Jul 08 08:22:16 2008 +0000
@@ -305,7 +305,6 @@
     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) &&