diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-05-07 12:15:05 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-05-07 12:15:05 +0000 |
| commit | 45364af4f6ff01f3f3156f52262a456c77c59574 (patch) | |
| tree | 5a51314830eee27c53118ac15999a1a4373cffe1 /lib/dvb/decoder.cpp | |
| parent | 156d69e7c1fcdea9c26c33240a8ae9e3c059cce7 (diff) | |
| download | enigma2-45364af4f6ff01f3f3156f52262a456c77c59574.tar.gz enigma2-45364af4f6ff01f3f3156f52262a456c77c59574.zip | |
fix previous fix ;)
Diffstat (limited to 'lib/dvb/decoder.cpp')
| -rw-r--r-- | lib/dvb/decoder.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp index 511f91de..72c6e392 100644 --- a/lib/dvb/decoder.cpp +++ b/lib/dvb/decoder.cpp @@ -282,9 +282,8 @@ void eDVBAudio::setChannel(int channel) int eDVBAudio::getPTS(pts_t &now) { - eDebugNoNewLine("AUDIO_GET_PTS - "); if (::ioctl(m_fd, AUDIO_GET_PTS, &now) < 0) - eDebug("failed (%m)"); + eDebug("AUDIO_GET_PTS failed (%m)"); return 0; } |
