mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02:00
Remove an assert that was no longer correct nor relevant
Originally committed as revision 24344 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2d91366cc2
commit
aff4137d5f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user