[FFmpeg-devel] [PATCH] VP8 de/encode via libvpx

Reimar Döffinger Reimar.Doeffinger
Mon May 24 21:31:43 CEST 2010


On Mon, May 24, 2010 at 09:12:36PM +0200, Michael Niedermayer wrote:
> > +    /* end of stream, vp8 does no buffering */
> > +    if (!avpkt->size)
> > +        return 0;
> 
> without CODEC_CAP_DELAY this condition should be impossible to be true

Sorry, my fault, I did not know that the util.c already checks for and
handles this condition.



More information about the ffmpeg-devel mailing list