diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-06 12:38:27 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2008-11-06 12:38:27 +0100 |
| commit | a0e35e5a58f8969b6cea51494954a636a80c72a4 (patch) | |
| tree | bc03f6ca9f052bac1cfe098e1d4cbc99df35d4a5 /lib | |
| parent | 99c296ce8c61a4393dae09fd78ae54b4510ec6fd (diff) | |
| download | enigma2-a0e35e5a58f8969b6cea51494954a636a80c72a4.tar.gz enigma2-a0e35e5a58f8969b6cea51494954a636a80c72a4.zip | |
lib/dvb/pvrparse.cpp: remove debug output
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/dvb/pvrparse.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/dvb/pvrparse.cpp b/lib/dvb/pvrparse.cpp index 1b827d3c..1b6cb467 100644 --- a/lib/dvb/pvrparse.cpp +++ b/lib/dvb/pvrparse.cpp @@ -347,9 +347,9 @@ int eMPEGStreamParserTS::processPacket(const unsigned char *pkt, off_t offset) if (ptsvalid) { m_streaminfo.m_access_points[offset] = pts; - eDebug("Sequence header at %llx, pts %llx", offset, pts); +// eDebug("Sequence header at %llx, pts %llx", offset, pts); } else - eDebug("Sequence header but no valid PTS value."); + /*eDebug("Sequence header but no valid PTS value.")*/; } if (pkt[3] == 0x09) /* MPEG4 AVC unit access delimiter */ @@ -357,9 +357,9 @@ int eMPEGStreamParserTS::processPacket(const unsigned char *pkt, off_t offset) if (ptsvalid) { m_streaminfo.m_access_points[offset] = pts; - eDebug("MPEG4 AVC UAD at %llx, pts %llx", offset, pts); +// eDebug("MPEG4 AVC UAD at %llx, pts %llx", offset, pts); } else - eDebug("MPEG4 AVC UAD but no valid PTS value."); + /*eDebug("MPEG4 AVC UAD but no valid PTS value.")*/; } } return 0; |
