diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-05-16 10:35:36 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-05-16 10:35:36 +0200 |
commit | 5d99df7b7760c4a2b497c737a15b609008f6d56d (patch) | |
tree | a342f2f7465a73fe2bd63848d87566af8d646dd3 /dvbspu.h | |
parent | 7aab06d8b1c6de59d06756d44c631984acd299b3 (diff) | |
download | vdr-5d99df7b7760c4a2b497c737a15b609008f6d56d.tar.gz vdr-5d99df7b7760c4a2b497c737a15b609008f6d56d.tar.bz2 |
Implemented 'skins' and 'themes'
Diffstat (limited to 'dvbspu.h')
-rw-r--r-- | dvbspu.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ * * parts of this file are derived from the OMS program. * - * $Id: dvbspu.h 1.2 2002/09/29 13:49:01 kls Exp $ + * $Id: dvbspu.h 1.3 2004/04/30 13:44:41 kls Exp $ */ #ifndef __DVBSPU_H @@ -16,7 +16,7 @@ #include <inttypes.h> -#include "osdbase.h" +#include "osd.h" #include "spu.h" typedef struct sDvbSpuPalDescr { @@ -91,7 +91,7 @@ class cDvbSpuBitmap { class cDvbSpuDecoder:public cSpuDecoder { private: - cOsdBase * osd; + cOsd * osd; // processing state uint8_t *spu; |