git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7655
d0543943-73ff-0310-b7d9-
9358b9ac24b2
s->voice[1][1] = s->voice[2][1];
s->maxmin = *maxamd / max(*minamd, 1.0f);
}
- /* Calculate voicing parameters twice per frame */
+ vc_assert(lpbuf);
+ vc_assert(inbuf);
+ /* Calculate voicing parameters twice per frame */
vparms(vwin,
&inbuf[inbuf_offset],
&lpbuf[lpbuf_offset],
#define TRUE (!FALSE)
#endif
\r
+#include <assert.h>\r
#if (_MSC_VER >= 1400) // VC8+\r
#define vc_assert(expr) assert(expr);__analysis_assume( expr )\r
#else\r