Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/aviobuf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c
index f311d51bd2..31ce64e581 100644
--- a/libavformat/aviobuf.c
+++ b/libavformat/aviobuf.c
@@ -328,8 +328,6 @@ static void fill_buffer(ByteIOContext *s)
int len= s->buffer_size - (dst - s->buffer);
int max_buffer_size = s->max_packet_size ? s->max_packet_size : IO_BUFFER_SIZE;
- assert(s->buf_ptr == s->buf_end);
-
/* no need to do anything if EOF already reached */
if (s->eof_reached)
return;