From 915af4efff6e27e9e764bbac01cbc68da2904cbe Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 17 Apr 2006 11:00:00 +0200 Subject: Some comment cleanups --- dvbspu.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dvbspu.h') 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) { -- cgit v1.2.3