[SCM] libav/experimental: Remove outdated comment

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:24:52 UTC 2013


The following commit has been merged in the experimental branch:
commit f6f848397a635eb7a5e52515d21e045421aa440c
Author: Luca Abeni <lucabe72 at email.it>
Date:   Tue Jul 8 08:22:16 2008 +0000

    Remove outdated comment
    
    Originally committed as revision 14107 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c
index f68861b..f65942d 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) &&

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list