diff options
author | scop <scop> | 2005-06-22 16:57:57 +0000 |
---|---|---|
committer | scop <scop> | 2005-06-22 16:57:57 +0000 |
commit | 1b8747dd7a9e55aec4c2aaf1048b58c95c4c2b00 (patch) | |
tree | d906db82625bc4b6e86d8f1bba1d749107313b03 /dxr3outputthread.c | |
parent | 7cfced59ba4bd5100d681783a74cbb327adfb525 (diff) | |
download | vdr-plugin-dxr3-1b8747dd7a9e55aec4c2aaf1048b58c95c4c2b00.tar.gz vdr-plugin-dxr3-1b8747dd7a9e55aec4c2aaf1048b58c95c4c2b00.tar.bz2 |
Use VDR's logging facilities, no more dxr3plugin.log.
Diffstat (limited to 'dxr3outputthread.c')
-rw-r--r-- | dxr3outputthread.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dxr3outputthread.c b/dxr3outputthread.c index 8d6d311..d11d2bd 100644 --- a/dxr3outputthread.c +++ b/dxr3outputthread.c @@ -23,7 +23,6 @@ #include <unistd.h> #include <time.h> #include "dxr3outputthread.h" -#include "dxr3log.h" // ================================== const int AUDIO_OFFSET = 4500; @@ -87,8 +86,6 @@ void cDxr3AudioOutThread::Action() bool resync = false; uint32_t pts = 0; - cLog::Instance() << "cDxr3AudioOutThread::Action Thread started\n"; - while (!GetStopSignal()) { pts = 0; @@ -172,8 +169,6 @@ void cDxr3VideoOutThread::Action() uint32_t pts = 0; static uint32_t lastPts = 0; - cLog::Instance() << "cDxr3VideoOutThread::Action Thread started\n"; - while (!GetStopSignal()) { cFixedLengthFrame* pNext = m_buffer.Get(); |