[SCM] calf/master: Revert accidental check-in.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:47 UTC 2013


The following commit has been merged in the master branch:
commit fc66cad6a3029f8d006d9d125c0e713e97c5177b
Author: Krzysztof Foltman <wdev at foltman.com>
Date:   Wed Dec 21 10:01:15 2011 +0000

    Revert accidental check-in.

diff --git a/src/calf/delay.h b/src/calf/delay.h
index 791b8f8..7ff6e7b 100644
--- a/src/calf/delay.h
+++ b/src/calf/delay.h
@@ -92,7 +92,7 @@ struct simple_delay {
      */
     template<class U>
     inline void get_interp(U &odata, int delay, float udelay) {
-        assert(delay >= 0 && delay <= N-1);
+//        assert(delay >= 0 && delay <= N-1);
         int ppos = wrap_around<N>(pos + N - delay);
         int pppos = wrap_around<N>(ppos + N - 1);
         odata = lerp(data[ppos], data[pppos], udelay);

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list