diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-17 17:32:49 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-17 17:32:49 +0000 |
commit | 31c216d7c3195e7975040ceb5445f200db384c84 (patch) | |
tree | bd34b07ef3db8ab9dab46229c6289321eb12f324 /src/xine-engine/audio_out.h | |
parent | 5106a372ebd84fda2e004541efebd7c366201efd (diff) | |
download | xine-lib-31c216d7c3195e7975040ceb5445f200db384c84.tar.gz xine-lib-31c216d7c3195e7975040ceb5445f200db384c84.tar.bz2 |
big debug output cleanup. removed debug output from log window, logging
relevant information like stream type/size/bitrate instead.
demuxer cleanup, removed no-longer-needed macros :-)
switched off video_out/libmpeg2/... verbose log output messages.
CVS patchset: 1503
CVS date: 2002/02/17 17:32:49
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r-- | src/xine-engine/audio_out.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h index 23e987560..d864be464 100644 --- a/src/xine-engine/audio_out.h +++ b/src/xine-engine/audio_out.h @@ -17,7 +17,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: audio_out.h,v 1.23 2002/02/09 07:13:24 guenter Exp $ + * $Id: audio_out.h,v 1.24 2002/02/17 17:32:50 guenter Exp $ */ #ifndef HAVE_AUDIO_OUT_H #define HAVE_AUDIO_OUT_H @@ -184,6 +184,7 @@ struct ao_instance_s { ao_driver_t *driver; metronom_t *metronom; + xine_t *xine; int audio_loop_running; int audio_paused; @@ -210,7 +211,7 @@ struct ao_instance_s { /* This initiates the audio_out sync routines * found in ./src/xine-engine/audio_out.c */ -ao_instance_t *ao_new_instance (ao_driver_t *driver, metronom_t *metronom, config_values_t *config) ; +ao_instance_t *ao_new_instance (ao_driver_t *driver, xine_t *xine) ; /* * to build a dynamic audio output plugin, * you have to implement these driver: |