summaryrefslogtreecommitdiff
path: root/dvbsubtitle.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-14 11:39:55 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-14 11:39:55 +0100
commit1ddda558b03078b23051bef8f3969c0d45d5ce7f (patch)
treee7b4fb17ed30fdb679837fffdf0d40dfa4f7eda9 /dvbsubtitle.c
parentdb47cdaa1a0c7f57fc826d7906a01e5e98dd719a (diff)
downloadvdr-1ddda558b03078b23051bef8f3969c0d45d5ce7f.tar.gz
vdr-1ddda558b03078b23051bef8f3969c0d45d5ce7f.tar.bz2
Modified the descriptions of several threads
Diffstat (limited to 'dvbsubtitle.c')
-rw-r--r--dvbsubtitle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbsubtitle.c b/dvbsubtitle.c
index 4bf613b9..5df8cdb6 100644
--- a/dvbsubtitle.c
+++ b/dvbsubtitle.c
@@ -7,7 +7,7 @@
* Original author: Marco Schluessler <marco@lordzodiac.de>
* With some input from the "subtitles plugin" by Pekka Virtanen <pekka.virtanen@sci.fi>
*
- * $Id: dvbsubtitle.c 3.8 2015/01/14 10:30:50 kls Exp $
+ * $Id: dvbsubtitle.c 3.9 2015/01/14 11:31:09 kls Exp $
*/
#include "dvbsubtitle.h"
@@ -1320,7 +1320,7 @@ void cDvbSubtitleBitmaps::DbgDump(int WindowWidth, int WindowHeight)
int cDvbSubtitleConverter::setupLevel = 0;
cDvbSubtitleConverter::cDvbSubtitleConverter(void)
-:cThread("subtitleConverter")
+:cThread("subtitle converter")
{
dvbSubtitleAssembler = new cDvbSubtitleAssembler;
osd = NULL;