[FFmpeg-devel] [PATCH+RFC] AVFrame for audio
Reimar Döffinger
Reimar.Doeffinger
Thu Jul 15 19:15:47 CEST 2010
On Thu, Jul 15, 2010 at 11:33:55PM +1000, Peter Ross wrote:
> On Sun, Jul 11, 2010 at 03:20:42PM +0200, Michael Niedermayer wrote:
> > On Sun, Jul 11, 2010 at 05:22:45PM +1000, Peter Ross wrote:
> >
> > [...]
>
> > > assert(pic->type==FF_BUFFER_TYPE_INTERNAL);
> > > assert(s->internal_buffer_count);
> > >
> > > + if (pic->type == FF_BUFFER_TYPE_SIMPLE) {
> >
> > thats not looking good
>
> Please elaborate Michael.
The if can hardly ever be true without the assert failing.
More information about the ffmpeg-devel
mailing list