[Ffmpeg-cvslog] r8474 - trunk/libavcodec/resample2.c

mkhodor6 at yahoo.com mkhodor6
Fri Mar 23 13:02:38 CET 2007


While you're arguing over what gcc does or doesn't optimize here, may
I point out the foolishness of

    for(i=1; i<50; i++){

for the calculation of a Maclaurin series, the rate of convergence of
which is dependent on the input value?  What you probably want is

    while(t > some_threshold)




More information about the ffmpeg-cvslog mailing list