summaryrefslogtreecommitdiff
path: root/src/libmpg123/mpglib.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-08-07 14:15:04 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-08-07 14:15:04 +0000
commit27178f3a86648323c015dd67e97033b40e9d9e07 (patch)
tree26d6bcdb2461d69fd060371632d9ae7f41b56529 /src/libmpg123/mpglib.h
parent1fa3b1554333a20d313ecc146748cc5ea92a47d4 (diff)
downloadxine-lib-27178f3a86648323c015dd67e97033b40e9d9e07.tar.gz
xine-lib-27178f3a86648323c015dd67e97033b40e9d9e07.tar.bz2
removed big local variables in libmpg123 (freebsd calls this stack-abuse ;))
CVS patchset: 397 CVS date: 2001/08/07 14:15:04
Diffstat (limited to 'src/libmpg123/mpglib.h')
-rw-r--r--src/libmpg123/mpglib.h6
1 files changed, 5 insertions, 1 deletions
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;