mirror of https://git.ffmpeg.org/ffmpeg.git
Remove outdated comment
Originally committed as revision 14107 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
265fccccde
commit
f6f848397a
|
@ -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…
Reference in New Issue