diff options
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(); | 
