mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
dvbsubtitle: fix lots of debug output if dvbsub is not running
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@166 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: d283eb4a58
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-01-16 (Sat, 16 Jan 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -277,12 +277,13 @@ int cDvbSubtitleConverter::Action(void)
|
||||
static cTimeMs Timeout(0xFFFF*1000);
|
||||
int WaitMs = WAITMS;
|
||||
|
||||
if (!running)
|
||||
return 0;
|
||||
|
||||
if(!avctx) {
|
||||
dbgconverter("cDvbSubtitleConverter::Convert: no context\n");
|
||||
dbgconverter("cDvbSubtitleConverter::Action: no context\n");
|
||||
return -1;
|
||||
}
|
||||
if(!running)
|
||||
return 0;
|
||||
|
||||
Lock();
|
||||
if (cDvbSubtitleBitmaps *sb = bitmaps->First()) {
|
||||
|
Reference in New Issue
Block a user