summaryrefslogtreecommitdiff
path: root/src/libmpg123/mpglib.h
diff options
context:
space:
mode:
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;