diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-08 11:44:37 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-01-08 11:44:37 +0100 |
commit | 2d863532cc547e0368ee0c90875cae35b70db089 (patch) | |
tree | 774ef244b22e30dadc1135af814b264b44488e04 /dvbspu.c | |
parent | dcda6676b3e6912f9d0b57fb71db83ce64eaf4ea (diff) | |
download | vdr-2d863532cc547e0368ee0c90875cae35b70db089.tar.gz vdr-2d863532cc547e0368ee0c90875cae35b70db089.tar.bz2 |
Cleaned up some trailing white space
Diffstat (limited to 'dvbspu.c')
-rw-r--r-- | dvbspu.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,7 +8,7 @@ * * parts of this file are derived from the OMS program. * - * $Id: dvbspu.c 1.18 2006/01/05 10:18:21 kls Exp $ + * $Id: dvbspu.c 1.19 2006/01/08 11:39:46 kls Exp $ */ #include "dvbspu.h" @@ -27,7 +27,7 @@ * Inputs: * - a SPU rle encoded image on creation, which will be decoded into * the full screen indexed bitmap - * + * * Output: * - a minimal sized cDvbSpuBitmap a given palette, the indexed bitmap * will be scanned to get the smallest possible resulting bitmap considering @@ -435,7 +435,7 @@ int cDvbSpuDecoder::setTime(uint32_t pts) prev_DCSQ_offset = DCSQ_offset; DCSQ_offset = spuU32(i); - DEBUG("offs = %d, DCSQ = %d, prev_DCSQ = %d\n", + DEBUG("offs = %d, DCSQ = %d, prev_DCSQ = %d\n", i, DCSQ_offset, prev_DCSQ_offset); i += 2; |