summaryrefslogtreecommitdiff
path: root/dvbspu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-09-29 13:50:17 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-09-29 13:50:17 +0200
commit3b89a2a97e6652fbb613d50b771cbcfd8e396414 (patch)
tree6d6c0f916a2d825c02b4f344c9886caf41decdb2 /dvbspu.h
parent04abc3f3132e45f9e9a7fc60c62fe987d3e18a6a (diff)
downloadvdr-3b89a2a97e6652fbb613d50b771cbcfd8e396414.tar.gz
vdr-3b89a2a97e6652fbb613d50b771cbcfd8e396414.tar.bz2
Fixed handling DVD subtitles in the SPU decoder
Diffstat (limited to 'dvbspu.h')
-rw-r--r--dvbspu.h3
1 files changed, 2 insertions, 1 deletions
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;