From a2c0482e17a5d1d0ea99d06b81e94c0e7b5cb4e2 Mon Sep 17 00:00:00 2001 From: Rich J Wareham Date: Mon, 18 Jun 2001 15:43:00 +0000 Subject: Added very primitive overlay capacity (white line now appears if subtitles are enabled.) CVS patchset: 210 CVS date: 2001/06/18 15:43:00 --- src/xine-engine/xine_internal.h | 3 ++- 1 file changed, 2 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 a6e44b2a8..716377b04 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.24 2001/06/18 09:39:05 richwareham Exp $ + * $Id: xine_internal.h,v 1.25 2001/06/18 15:43:01 richwareham Exp $ * */ @@ -130,6 +130,7 @@ typedef struct xine_s { fifo_buffer_t *spu_fifo; pthread_t spu_thread; + spudec_t *spu_decoder; int audio_channel; int spu_channel; -- cgit v1.2.3