From 6e6c22440014b3135d946f38cab015a99257daba Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Sun, 22 Apr 2001 02:42:49 +0000 Subject: audio decoder code compiles again, more cleanups in xine_internal.h CVS patchset: 13 CVS date: 2001/04/22 02:42:49 --- src/xine-engine/xine_internal.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/xine_internal.h') diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index b02948bb0..36c04b108 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.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: xine_internal.h,v 1.5 2001/04/22 00:31:44 guenter Exp $ + * $Id: xine_internal.h,v 1.6 2001/04/22 02:42:49 guenter Exp $ * */ @@ -131,6 +131,11 @@ typedef struct xine_s { video_decoder_t *video_cur_decoder; int video_finished; + ao_functions_t *audio_out; + fifo_buffer_t *audio_fifo; + pthread_t audio_thread; + audio_decoder_t *audio_decoders[DECODER_PLUGIN_MAX]; + audio_decoder_t *audio_cur_decoder; int audio_finished; gui_status_callback_func_t gui_status_callback; -- cgit v1.2.3