diff options
author | Luca Abeni <lucabe72@email.it> | 2008-07-08 08:22:16 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2008-07-08 08:22:16 +0000 |
commit | f6f848397a635eb7a5e52515d21e045421aa440c (patch) | |
tree | 398a49715ce64b6c87b51116ab739cc70ae78176 | |
parent | 265fccccde4ece85feea6fd5b355c58fbb550391 (diff) | |
download | ffmpeg-f6f848397a635eb7a5e52515d21e045421aa440c.tar.gz |
Remove outdated comment
Originally committed as revision 14107 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rtpenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) && |