From a3801dae20515db5ba2da755a99b5470df9e8c5d Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 6 May 2001 16:56:01 +0000 Subject: sample rate handling for streams that change their sample rate at some points CVS patchset: 66 CVS date: 2001/05/06 16:56:01 --- src/libmpg123/mpglib.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libmpg123/mpglib.h') 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; -- cgit v1.2.3