-
Vitor Sessak authored
min = FFMIN(min, avfilter_poll_frame(link->src->inputs[i])) which, since FFMIN is a macro, was calling itself twice for every input, causing an exponential cost in time. Originally committed as revision 20295 to svn://svn.ffmpeg.org/ffmpeg/trunk
9dd08b4e
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Makefile | ||
allfilters.c | ||
avfilter.c | ||
avfilter.h | ||
avfiltergraph.c | ||
avfiltergraph.h | ||
defaults.c | ||
formats.c | ||
graphparser.c | ||
graphparser.h | ||
parseutils.c | ||
parseutils.h | ||
vf_null.c |