From f6f848397a635eb7a5e52515d21e045421aa440c Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Tue, 8 Jul 2008 08:22:16 +0000 Subject: Remove outdated comment Originally committed as revision 14107 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtpenc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/rtpenc.c') diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c index f68861bf22..f65942db2e 100644 --- a/libavformat/rtpenc.c +++ b/libavformat/rtpenc.c @@ -305,7 +305,6 @@ static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt) 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) && -- cgit v1.2.3