From 790d5baee128cb40800fee392e74c01afefe4756 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Tue, 21 Aug 2001 19:39:50 +0000 Subject: First checkin of new audio_out architecture. Audio sync and AC3 formatting now done in xine-lib/src/xine-engine/audio_out.c Audio out now done in xine-lib/src/audio_out/* Currently, only xine-lib/src/audio_oss_out.c is active. Re-support of others will follow as other people implement them. ao_functions split into ao_instance and ao_driver and function in a similar fashion as video_out. All decoder plugins now call ao_instance instead of ao_functions. ao_instance is used in xine-lib/src/xine-engine/audio_out.c ao_driver is used in xine-lib/src/audio_out/* See also changes in xine-ui files CVS patchset: 459 CVS date: 2001/08/21 19:39:50 --- src/libmpg123/interface.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libmpg123/interface.c') diff --git a/src/libmpg123/interface.c b/src/libmpg123/interface.c index 199c89479..45c78c604 100644 --- a/src/libmpg123/interface.c +++ b/src/libmpg123/interface.c @@ -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: interface.c,v 1.4 2001/05/27 23:48:12 guenter Exp $ + * $Id: interface.c,v 1.5 2001/08/21 19:39:50 jcdutton Exp $ */ #include @@ -40,7 +40,7 @@ void mpg_audio_reset (mpgaudio_t *mp) { mp->header = 0; } -mpgaudio_t *mpg_audio_init (ao_functions_t *ao_output) +mpgaudio_t *mpg_audio_init (ao_instance_t *ao_output) { mpgaudio_t *mp; -- cgit v1.2.3