X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/76fdfb7ae5768596a8916b272fe980d03e0a9630..948213ba7e5d1bc6a9c4d7f5f9d35c53186b60d3:/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;