Commit 7c4e4c6a authored by Michael Niedermayer's avatar Michael Niedermayer

udp: fix circular buffer error handling

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 20f0bf8c
......@@ -364,6 +364,7 @@ static void *circular_buffer_task( void *_URLContext)
s->circular_buffer_error = EIO;
return NULL;
}
continue;
}
AV_WL32(s->tmp, len);
av_fifo_generic_write(s->fifo, s->tmp, len+4, 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