]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Remove outdated comment
authorlucabe <lucabe@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 8 Jul 2008 08:22:16 +0000 (08:22 +0000)
committerlucabe <lucabe@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Tue, 8 Jul 2008 08:22:16 +0000 (08:22 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14107 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

libavformat/rtpenc.c

index f68861bf22ce92da37a2d2693e5783fda87ca794..f65942db2e9ff160e4718bbf01ee92a58b6d05f0 100644 (file)
@@ -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) &&