Skip to content
Snippets Groups Projects
Commit aff4137d authored by Martin Storsjö's avatar Martin Storsjö
Browse files

Remove an assert that was no longer correct nor relevant

Originally committed as revision 24344 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2d91366c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment