From: Martin Storsjö Date: Wed, 31 Jul 2013 09:17:51 +0000 (+0300) Subject: rtpproto: Remove a misplaced comment X-Git-Tag: v10_alpha1~1062 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7531588fffbca1f0afdcc06635999c00dfc16ca6;p=platform%2Fupstream%2Flibav.git rtpproto: Remove a misplaced comment The fdset is a pollfd array nowadays, and it is already populated at this point. Signed-off-by: Martin Storsjö --- diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index 024c69b..2ec57ee 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -331,7 +331,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 */