[FFmpeg-devel] [PATCH] Configure graph filters with more than one output

Stefano Sabatini stefano.sabatini-lala
Sat May 30 19:38:37 CEST 2009


On date Wednesday 2009-05-27 14:11:39 +0200, Michael Niedermayer encoded:
> On Tue, May 26, 2009 at 11:59:43PM +0200, Stefano Sabatini wrote:
> > Hi all,
> > 
> > I'm experimenting with a graph chain of this kind:
> > ffplay in.avi -vfilters "split [out] [select], [select] select='eq(mod(N, 10), 0)', snapshot"
> > 
> > the problem is that the config_props of the snapshot is never called,
> > since the code which do the configuration:
> > 
> >  if(avfilter_config_links(filt_out))                      goto the_end;
> > 
> > only configure the part of the graph from the application output
> > filers towards the beginning.
> > 
> > Suggested function call avfilter_config_links(filt_out) on all the
> > output filters of a graph (that is filters which one input and no
> > output).
> 
> probably ok, but i guess a second oppinon from vitor or bobby cant hurt,
> maybe they see another solution
> And that actually applies to all avfilter patches, comments from others
> definitly are welcome even when i reviewed/ok-ed some patch

Vitor is OK for you to apply this?

Regards.
-- 
FFmpeg = Free and Fierce Magnificient Perennial Erudite Goblin



More information about the ffmpeg-devel mailing list