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

Carl Eugen Hoyos cehoyos
Tue May 25 03:20:01 CEST 2010


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




More information about the ffmpeg-devel mailing list