summaryrefslogtreecommitdiff
path: root/dvbspu.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-17 11:00:00 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-17 11:00:00 +0200
commit915af4efff6e27e9e764bbac01cbc68da2904cbe (patch)
tree95e7937c23a4bb6cc73490c290f889895b7ae6bc /dvbspu.h
parent7010c6794596df5c85c6ebfdf6f290e25cabb031 (diff)
downloadvdr-915af4efff6e27e9e764bbac01cbc68da2904cbe.tar.gz
vdr-915af4efff6e27e9e764bbac01cbc68da2904cbe.tar.bz2
Some comment cleanups
Diffstat (limited to 'dvbspu.h')
-rw-r--r--dvbspu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/dvbspu.h b/dvbspu.h
index 487264a1..bc69b51c 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.11 2006/01/05 10:18:31 kls Exp $
+ * $Id: dvbspu.h 1.12 2006/04/17 11:00:00 kls Exp $
*/
#ifndef __DVBSPU_H
@@ -46,7 +46,7 @@ typedef struct sDvbSpuRect {
sDvbSpuRect;
-// --- cDvbSpuPalette----------------------------------
+// --- cDvbSpuPalette---------------------------------------------------------
class cDvbSpuPalette {
private:
@@ -60,7 +60,7 @@ class cDvbSpuPalette {
uint32_t getColor(uint8_t idx, uint8_t trans) const;
};
-// --- cDvbSpuBitmap----------------------------------
+// --- cDvbSpuBitmap----------------------------------------------------------
class cDvbSpuBitmap {
@@ -87,7 +87,7 @@ class cDvbSpuBitmap {
sDvbSpuRect & size) const;
};
-// --- cDvbSpuDecoder------------------------------------
+// --- cDvbSpuDecoder---------------------------------------------------------
class cDvbSpuDecoder:public cSpuDecoder {
private:
@@ -151,7 +151,7 @@ class cDvbSpuDecoder:public cSpuDecoder {
void processSPU(uint32_t pts, uint8_t * buf, bool AllowedShow);
};
-// --- cDvbSpuPalette -------------------------------------------
+// --- cDvbSpuPalette --------------------------------------------------------
inline uint32_t cDvbSpuPalette::yuv2rgb(uint32_t yuv_color)
{