From 2defc1289cc4553d31ee32edb1d79a59ef507b2d Mon Sep 17 00:00:00 2001 From: kaiv Date: Wed, 29 Jan 2003 04:37:59 +0000 Subject: [PATCH] Added missing pow-precondition. git-svn-id: svn+ssh://jackaudio.org/trunk/jack@305 0c269be4-1314-0410-8aa9-9f06e86f4224 --- jack/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/jack/types.h b/jack/types.h index 70c9a5a..da1a646 100644 --- a/jack/types.h +++ b/jack/types.h @@ -54,6 +54,7 @@ typedef long jack_port_id_t; * by the engine anytime there is work to be done. * * @pre nframes == jack_get_buffer_size() + * @pre nframes == pow(2,x) * * @param nframes number of frames to process * @param arg pointer to a client supplied structure