mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Cleaned up some trailing white space
This commit is contained in:
6
dvbspu.c
6
dvbspu.c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user