This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
udp: update to new interrupt callback API
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer
14 years ago
parent
e161b079de
commit
328a3545c6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/udp.c
+ 1
- 1
libavformat/udp.c
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save