From 27178f3a86648323c015dd67e97033b40e9d9e07 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Tue, 7 Aug 2001 14:15:04 +0000 Subject: removed big local variables in libmpg123 (freebsd calls this stack-abuse ;)) CVS patchset: 397 CVS date: 2001/08/07 14:15:04 --- src/libmpg123/mpglib.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/libmpg123/mpglib.h') diff --git a/src/libmpg123/mpglib.h b/src/libmpg123/mpglib.h index 94d412893..0b06eee60 100644 --- a/src/libmpg123/mpglib.h +++ b/src/libmpg123/mpglib.h @@ -18,7 +18,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: mpglib.h,v 1.4 2001/05/27 23:48:12 guenter Exp $ + * $Id: mpglib.h,v 1.5 2001/08/07 14:15:04 guenter Exp $ */ #ifndef HAVE_MPGLIB_H @@ -42,6 +42,10 @@ typedef struct mpstr { real synth_buffs[2][2][0x110]; int synth_bo; + real hybridIn[2][SBLIMIT][SSLIMIT]; + real hybridOut[2][SSLIMIT][SBLIMIT]; + + int is_output_initialized; int sample_rate_device; ao_functions_t *ao_output; -- cgit v1.2.3