X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/edd6a4323551d1ad246b0e31c0485acc8353e1cb..9c3098c8667241d18d2551a9a37ce7fbce396b71:/lib/dvb/tstools.cpp diff --git a/lib/dvb/tstools.cpp b/lib/dvb/tstools.cpp index 4ee26265..87791c93 100644 --- a/lib/dvb/tstools.cpp +++ b/lib/dvb/tstools.cpp @@ -36,7 +36,7 @@ int eDVBTSTools::openFile(const char *filename) m_use_streaminfo = 1; else { - eDebug("no recorded stream information available"); +// eDebug("no recorded stream information available"); m_use_streaminfo = 0; } @@ -267,7 +267,7 @@ void eDVBTSTools::calcEnd() m_end_valid = 0; m_futile = 0; - eDebug("file size changed, recalc length"); +// eDebug("file size changed, recalc length"); } int maxiter = 10;