On Thu, Jan 20, 2011 at 10:51:39AM +0100, Thilo Borgmann wrote: > Hi, > > I'm still trying to gain some insight into libavfilter... > > I want to implement a filter that needs to process subsequent frames of the > input video. Does anything from the soc or whatever git repo can already > provide > subsequent frames - does this fit in libavfilter already? > > Maybe "buffer" or "fifo" could already handle this?
currently a filter that wants subsequent frames has to buffer them itself (like fifo or yadif do) [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Its not that you shouldnt use gotos but rather that you should write readable code and code with gotos often but not always is less readable
signature.asc
Description: Digital signature
_______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
