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

Pavel Pavlov pavel
Tue Jul 20 10:49:06 CEST 2010


> -----Original Message-----
> From: ffmpeg-devel-bounces at mplayerhq.hu [mailto:ffmpeg-devel-
> bounces at mplayerhq.hu] On Behalf Of Pavel Pavlov
> Sent: Tuesday, July 20, 2010 04:47
> To: FFmpeg development discussions and patches (ffmpeg-
> devel at mplayerhq.hu)
> Subject: [FFmpeg-devel] assertions in aviobu.c while playing http stream
> 
> 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);


When it assert, but_ptr is one byte before the buf_end



More information about the ffmpeg-devel mailing list