diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-05-07 12:01:00 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-05-07 12:01:00 +0000 |
| commit | 156d69e7c1fcdea9c26c33240a8ae9e3c059cce7 (patch) | |
| tree | 93b0dd44c2691c14156ef72df3ff85b754100e75 /lib/dvb/decoder.cpp | |
| parent | 9333316ac85a32e74cdf552010b4365e81f20e99 (diff) | |
| download | enigma2-156d69e7c1fcdea9c26c33240a8ae9e3c059cce7.tar.gz enigma2-156d69e7c1fcdea9c26c33240a8ae9e3c059cce7.zip | |
dont spam on AUDIO_GET_PTS
Diffstat (limited to 'lib/dvb/decoder.cpp')
| -rw-r--r-- | lib/dvb/decoder.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp index 966b5927..511f91de 100644 --- a/lib/dvb/decoder.cpp +++ b/lib/dvb/decoder.cpp @@ -285,8 +285,6 @@ int eDVBAudio::getPTS(pts_t &now) eDebugNoNewLine("AUDIO_GET_PTS - "); if (::ioctl(m_fd, AUDIO_GET_PTS, &now) < 0) eDebug("failed (%m)"); - else - eDebug("ok"); return 0; } |
