Revision c76374c6 libavformat/applehttp.c
libavformat/applehttp.c | ||
---|---|---|
528 | 528 |
return AVERROR_EOF; |
529 | 529 |
while (av_gettime() - c->last_load_time < c->target_duration*1000000) { |
530 | 530 |
if (url_interrupt_cb()) |
531 |
return AVERROR(EINTR);
|
|
531 |
return AVERROR_EXIT;
|
|
532 | 532 |
usleep(100*1000); |
533 | 533 |
} |
534 | 534 |
/* Enough time has elapsed since the last reload */ |
Also available in: Unified diff