You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
udp: fix circular buffer error handling
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user