diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-11-06 11:59:19 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-11-06 11:59:19 +0100 |
commit | c3e52f8da96991bb43c2d18cefd5fe9c6db7de87 (patch) | |
tree | 3e518388302edaf8ba9546a7a3a1053006346152 /dvbspu.h | |
parent | 0e79c2d76ede6225b8d51625e4d55fd1fbd78680 (diff) | |
download | vdr-c3e52f8da96991bb43c2d18cefd5fe9c6db7de87.tar.gz vdr-c3e52f8da96991bb43c2d18cefd5fe9c6db7de87.tar.bz2 |
Fixed the cDvbSpuDecoder
Diffstat (limited to 'dvbspu.h')
-rw-r--r-- | dvbspu.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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(); |