mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 17:06:36 +00:00
9dd08b4e1e
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 |
||
---|---|---|
.. | ||
allfilters.c | ||
avfilter.c | ||
avfilter.h | ||
avfiltergraph.c | ||
avfiltergraph.h | ||
defaults.c | ||
formats.c | ||
graphparser.c | ||
graphparser.h | ||
Makefile | ||
parseutils.c | ||
parseutils.h | ||
vf_null.c |