Commit e60e54ce authored by Michael Niedermayer's avatar Michael Niedermayer

UDP: dont use thread_t as truth value.

Unbreak compile on mingw.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 502e858f
......@@ -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);
......
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