summaryrefslogtreecommitdiff
path: root/src/libmpg123/mpglib.h
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-05-06 16:56:01 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-05-06 16:56:01 +0000
commita3801dae20515db5ba2da755a99b5470df9e8c5d (patch)
tree248daad5e9c95a52542603095de5677d5df6eb06 /src/libmpg123/mpglib.h
parent0f52a1b976833f18ab46d2754fc28fa145b9a536 (diff)
downloadxine-lib-a3801dae20515db5ba2da755a99b5470df9e8c5d.tar.gz
xine-lib-a3801dae20515db5ba2da755a99b5470df9e8c5d.tar.bz2
sample rate handling for streams that change their sample rate at some points
CVS patchset: 66 CVS date: 2001/05/06 16:56:01
Diffstat (limited to 'src/libmpg123/mpglib.h')
-rw-r--r--src/libmpg123/mpglib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libmpg123/mpglib.h b/src/libmpg123/mpglib.h
index 3f1eea165..961851235 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.2 2001/04/27 10:42:38 f1rmb Exp $
+ * $Id: mpglib.h,v 1.3 2001/05/06 16:56:01 guenter Exp $
*/
#ifndef HAVE_MPGLIB_H
@@ -44,6 +44,7 @@ typedef struct mpstr {
int synth_bo;
int is_output_initialized;
+ int sample_rate_device;
ao_functions_t *ao_output;
unsigned char osspace[8192];
} mpgaudio_t;