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: dont use thread_t as truth value.
Unbreak compile on mingw. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.8
Michael Niedermayer
14 years ago
parent
502e858fd2
commit
e60e54ceb5
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
@@ -534,7 +534,7 @@ static int udp_read(URLContext *h, uint8_t *buf, int size)
fd_set rfds;
struct timeval tv;
if (s->
circular_buffer_thread
) {
if (s->
fifo
) {
do {
avail = av_fifo_size(s->fifo);
Write
Preview
Loading…
Cancel
Save