mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Merge commit '7531588fffbca1f0afdcc06635999c00dfc16ca6'
* commit '7531588fffbca1f0afdcc06635999c00dfc16ca6': rtpproto: Remove a misplaced comment Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
b39f012dee
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user