mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-08-05 21:33:08 +00:00
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