Commit b92f6be5 authored by lucabe's avatar lucabe

Remove outdated comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14107 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7c49eeda
...@@ -305,7 +305,6 @@ static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt) ...@@ -305,7 +305,6 @@ static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt)
printf("%d: write len=%d\n", pkt->stream_index, size); printf("%d: write len=%d\n", pkt->stream_index, size);
#endif #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_bytes = ((s->octet_count - s->last_octet_count) * RTCP_TX_RATIO_NUM) /
RTCP_TX_RATIO_DEN; RTCP_TX_RATIO_DEN;
if (s->first_packet || ((rtcp_bytes >= RTCP_SR_SIZE) && if (s->first_packet || ((rtcp_bytes >= RTCP_SR_SIZE) &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment