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.