[FFmpeg-devel] [PATCH] vsink_buffer: make the buffer cache all the incoming frames

Michael Niedermayer michaelni at gmx.at
Thu Jun 30 14:55:01 CEST 2011


On Thu, Jun 30, 2011 at 10:11:23AM +0200, Stefano Sabatini wrote:
> Allows to cache more than one frame (e.g. for filters which return
> more than one frame when avfilter_request_frame() is called on them),
> and do not discard previously cached frames when a new one is added.

i wonder if a flag indicating that a filter doesnt like multiple pushes
from a pull. And that then inserting a fifo filter would make sense?
It would be more complex but would keep filters simpler if we need
this for more filters


the patch LGTM

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The worst form of inequality is to try to make unequal things equal.
-- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110630/c452beea/attachment.asc>


More information about the ffmpeg-devel mailing list