From 3b89a2a97e6652fbb613d50b771cbcfd8e396414 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 29 Sep 2002 13:50:17 +0200 Subject: Fixed handling DVD subtitles in the SPU decoder --- dvbspu.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dvbspu.h') diff --git a/dvbspu.h b/dvbspu.h index 5ac2d0ac..11bf7207 100644 --- a/dvbspu.h +++ b/dvbspu.h @@ -8,7 +8,7 @@ * * parts of this file are derived from the OMS program. * - * $Id: dvbspu.h 1.1 2002/09/08 14:17:38 kls Exp $ + * $Id: dvbspu.h 1.2 2002/09/29 13:49:01 kls Exp $ */ #ifndef __DVBSPU_H @@ -95,6 +95,7 @@ class cDvbSpuDecoder:public cSpuDecoder { // processing state uint8_t *spu; + uint32_t spupts; bool clean; bool ready; -- cgit v1.2.3