summaryrefslogtreecommitdiff
path: root/dvbspu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-11-06 11:59:19 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-11-06 11:59:19 +0100
commitc3e52f8da96991bb43c2d18cefd5fe9c6db7de87 (patch)
tree3e518388302edaf8ba9546a7a3a1053006346152 /dvbspu.h
parent0e79c2d76ede6225b8d51625e4d55fd1fbd78680 (diff)
downloadvdr-c3e52f8da96991bb43c2d18cefd5fe9c6db7de87.tar.gz
vdr-c3e52f8da96991bb43c2d18cefd5fe9c6db7de87.tar.bz2
Fixed the cDvbSpuDecoder
Diffstat (limited to 'dvbspu.h')
-rw-r--r--dvbspu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbspu.h b/dvbspu.h
index e0f3d0c6..078f432e 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.5 2004/06/12 12:57:55 kls Exp $
+ * $Id: dvbspu.h 1.6 2004/11/06 11:42:37 kls Exp $
*/
#ifndef __DVBSPU_H
@@ -130,7 +130,7 @@ class cDvbSpuDecoder:public cSpuDecoder {
int ScaleYcoord(int value);
int ScaleYres(int value);
- void DrawBmp(sDvbSpuRect & size, cBitmap * bmp);
+ sDvbSpuRect CalcAreaSize(sDvbSpuRect fgsize, cBitmap *fgbmp, sDvbSpuRect bgsize, cBitmap *bgbmp);
public:
cDvbSpuDecoder();