summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/rtpproto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c
index 6b28f84f2e..4b0b933c54 100644
--- a/libavformat/rtpproto.c
+++ b/libavformat/rtpproto.c
@@ -332,7 +332,6 @@ static int rtp_read(URLContext *h, uint8_t *buf, int size)
for(;;) {
if (ff_check_interrupt(&h->interrupt_callback))
return AVERROR_EXIT;
- /* build fdset to listen to RTP and RTCP packets */
n = poll(p, 2, poll_delay);
if (n > 0) {
/* first try RTCP */