Commit b39f012d authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '7531588f'

* commit '7531588f':
  rtpproto: Remove a misplaced comment
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents d2c613dd 7531588f
......@@ -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 */
......
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