You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
udp: update to new interrupt callback API
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -329,7 +329,7 @@ static void *circular_buffer_task( void *_URLContext)
|
|||||||
int ret;
|
int ret;
|
||||||
int len;
|
int len;
|
||||||
|
|
||||||
if (url_interrupt_cb()) {
|
if (ff_check_interrupt(&h->interrupt_callback)) {
|
||||||
s->circular_buffer_error = EINTR;
|
s->circular_buffer_error = EINTR;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user