Remove outdated comment

Originally committed as revision 14107 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Luca Abeni 17 years ago
parent 265fccccde
commit f6f848397a
  1. 1
      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) &&

Loading…
Cancel
Save