summaryrefslogtreecommitdiff
path: root/dvbspu.h
diff options
context:
space:
mode:
Diffstat (limited to 'dvbspu.h')
-rw-r--r--dvbspu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/dvbspu.h b/dvbspu.h
index 11bf720..4c926df 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.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;