diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-29 13:50:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-29 13:50:17 +0200 |
commit | 3b89a2a97e6652fbb613d50b771cbcfd8e396414 (patch) | |
tree | 6d6c0f916a2d825c02b4f344c9886caf41decdb2 /dvbspu.h | |
parent | 04abc3f3132e45f9e9a7fc60c62fe987d3e18a6a (diff) | |
download | vdr-3b89a2a97e6652fbb613d50b771cbcfd8e396414.tar.gz vdr-3b89a2a97e6652fbb613d50b771cbcfd8e396414.tar.bz2 |
Fixed handling DVD subtitles in the SPU decoder
Diffstat (limited to 'dvbspu.h')
-rw-r--r-- | dvbspu.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |