From c633dfb135e832a8a17c90e6a09b6e3ab49875a6 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Thu, 18 Oct 2001 18:50:53 +0000 Subject: audio decoder cleanup, tell the audio part of metronom that there are still images so it can increment it's internal pts counters CVS patchset: 833 CVS date: 2001/10/18 18:50:53 --- src/xine-engine/xine_internal.h | 4 +++- 1 file changed, 3 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 4376d4219..70e7e5d2e 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.49 2001/10/14 23:19:59 f1rmb Exp $ + * $Id: xine_internal.h,v 1.50 2001/10/18 18:50:53 guenter Exp $ * */ @@ -42,6 +42,7 @@ extern "C" { #include "metronom.h" #include "spu_decoder.h" #include "events.h" +#include "lrb.h" #ifdef XINE_COMPILE #include "libspudec/spu_decoder_api.h" #else @@ -176,6 +177,7 @@ struct xine_s { ao_instance_t *audio_out; fifo_buffer_t *audio_fifo; + lrb_t *audio_temp; pthread_t audio_thread; audio_decoder_t *audio_decoder_plugins[DECODER_PLUGIN_MAX]; int num_audio_decoder_plugins; -- cgit v1.2.3