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

Stefano Sabatini stefano.sabatini-lala
Tue May 26 23:59:43 CEST 2009


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).

Regards.
-- 
FFmpeg = Funny Forgiving Mastodontic Philosophical Explosive Geisha
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graph-config-links.patch
Type: text/x-diff
Size: 2743 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090526/28349bcd/attachment.patch>



More information about the ffmpeg-devel mailing list