Some comment cleanups

This commit is contained in:
Klaus Schmidinger
2006-04-17 11:00:00 +02:00
parent 7010c67945
commit 915af4efff
8 changed files with 21 additions and 21 deletions

View File

@@ -8,7 +8,7 @@
*
* parts of this file are derived from the OMS program.
*
* $Id: dvbspu.c 1.20 2006/02/12 11:50:20 kls Exp $
* $Id: dvbspu.c 1.21 2006/04/17 11:00:00 kls Exp $
*/
#include "dvbspu.h"
@@ -42,7 +42,7 @@
#define DEBUG(format, args...)
#endif
// --- cDvbSpuPalette----------------------------------
// --- cDvbSpuPalette---------------------------------------------------------
void cDvbSpuPalette::setPalette(const uint32_t * pal)
{
@@ -50,7 +50,7 @@ void cDvbSpuPalette::setPalette(const uint32_t * pal)
palette[i] = yuv2rgb(pal[i]);
}
// --- cDvbSpuBitmap --------------------------------------------
// --- cDvbSpuBitmap ---------------------------------------------------------
#define setMin(a, b) if (a > b) a = b
#define setMax(a, b) if (a < b) a = b
@@ -208,7 +208,7 @@ void cDvbSpuBitmap::putFieldData(int field, uint8_t * data, uint8_t * endp)
}
}
// --- cDvbSpuDecoder-----------------------------
// --- cDvbSpuDecoder---------------------------------------------------------
#define CMD_SPU_MENU 0x00
#define CMD_SPU_SHOW 0x01