Michael Niedermayer <michaelni <at> gmx.at> writes: > > + /* end of stream, vp8 does no buffering */ > > + if (!avpkt->size) > > + return 0; > > without CODEC_CAP_DELAY this condition should be impossible to be true > > except this iam ok with the patch Applied without that hunk. Carl Eugen