[FFmpeg-devel] assertions in aviobu.c while playing http stream

Pavel Pavlov pavel
Tue Jul 20 10:47:16 CEST 2010


I had some problems with http playback recently and I decided to run debug build of libavformat. It appears that because of recent changes it started to constantly assert inside:
I had the same problem if I tried to run debug build of ffplay

static void fill_buffer(ByteIOContext *s)
...
assert(s->buf_ptr == s->buf_end);



More information about the ffmpeg-devel mailing list