diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-17 11:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-04-17 11:00:00 +0200 |
commit | 915af4efff6e27e9e764bbac01cbc68da2904cbe (patch) | |
tree | 95e7937c23a4bb6cc73490c290f889895b7ae6bc /dvbspu.h | |
parent | 7010c6794596df5c85c6ebfdf6f290e25cabb031 (diff) | |
download | vdr-915af4efff6e27e9e764bbac01cbc68da2904cbe.tar.gz vdr-915af4efff6e27e9e764bbac01cbc68da2904cbe.tar.bz2 |
Some comment cleanups
Diffstat (limited to 'dvbspu.h')
-rw-r--r-- | dvbspu.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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) { |