Commit 328a3545 authored by Michael Niedermayer's avatar Michael Niedermayer

udp: update to new interrupt callback API

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e161b079
......@@ -329,7 +329,7 @@ static void *circular_buffer_task( void *_URLContext)
int ret;
int len;
if (url_interrupt_cb()) {
if (ff_check_interrupt(&h->interrupt_callback)) {
s->circular_buffer_error = EINTR;
return NULL;
}
......
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