From 64623e762b0d0ed28f6079ba814511274f5fb428 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 8 Jan 2005 10:01:52 +0100 Subject: Implemented displaying mandatory subtitles in the SPU decoder --- spu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spu.h') diff --git a/spu.h b/spu.h index 053cf1a9..9ab4da5b 100644 --- a/spu.h +++ b/spu.h @@ -6,7 +6,7 @@ * This code is distributed under the terms and conditions of the * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. * - * $Id: spu.h 1.2 2004/06/12 12:56:27 kls Exp $ + * $Id: spu.h 1.3 2005/01/08 09:58:35 kls Exp $ */ #ifndef __SPU_VDR_H @@ -35,7 +35,7 @@ class cSpuDecoder { virtual void Hide(void) = 0; virtual void Draw(void) = 0; virtual bool IsVisible(void) = 0; - virtual void processSPU(uint32_t pts, uint8_t * buf) = 0; + virtual void processSPU(uint32_t pts, uint8_t * buf, bool AllowedShow = true) = 0; }; #endif // __SPU_VDR_H -- cgit v1.2.3