Revision c76374c6 libavformat/udp.c
libavformat/udp.c | ||
---|---|---|
452 | 452 |
|
453 | 453 |
for(;;) { |
454 | 454 |
if (url_interrupt_cb()) |
455 |
return AVERROR(EINTR);
|
|
455 |
return AVERROR_EXIT;
|
|
456 | 456 |
ret = poll(&p, 1, 100); |
457 | 457 |
if (ret < 0) { |
458 | 458 |
if (ff_neterrno() == AVERROR(EINTR)) |
Also available in: Unified diff