diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-18 18:50:53 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-18 18:50:53 +0000 |
commit | c633dfb135e832a8a17c90e6a09b6e3ab49875a6 (patch) | |
tree | 340a02c99fef6e7a10077962c6b3a2b75c1dde1a /src/xine-engine/xine_internal.h | |
parent | 21cfbbe47111fb18000732363de1a30beb5850c6 (diff) | |
download | xine-lib-c633dfb135e832a8a17c90e6a09b6e3ab49875a6.tar.gz xine-lib-c633dfb135e832a8a17c90e6a09b6e3ab49875a6.tar.bz2 |
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
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
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; |