diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-08-31 03:05:27 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-08-31 03:05:27 +0000 |
| commit | 87bfe5dfced0fb7a4e9839fdafa898261a39c86c (patch) | |
| tree | e9cd842941df0e2fc679931f18701fbacf071c77 /lib/dvb/dvb.cpp | |
| parent | 58f644a3102613e874ecc0faf999da16c353f264 (diff) | |
| download | enigma2-87bfe5dfced0fb7a4e9839fdafa898261a39c86c.tar.gz enigma2-87bfe5dfced0fb7a4e9839fdafa898261a39c86c.zip | |
- fix serious problems in widget code. fixup buffered mode. add animation support.lib/gui
Diffstat (limited to 'lib/dvb/dvb.cpp')
| -rw-r--r-- | lib/dvb/dvb.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/dvb/dvb.cpp b/lib/dvb/dvb.cpp index 3e4c7bdc..90df7267 100644 --- a/lib/dvb/dvb.cpp +++ b/lib/dvb/dvb.cpp @@ -571,8 +571,7 @@ RESULT eDVBChannel::getCurrentPosition(pts_t &pos) return -1; } - eDebug("STC: %08llx PTS: %08llx, diff %lld", now, pos, now - pos); - +// eDebug("STC: %08llx PTS: %08llx, diff %lld", now, pos, now - pos); /* when we are less than 10 seconds before the start, return 0. */ /* (we're just waiting for the timespam to start) */ if ((now < pos) && ((pos - now) < 90000 * 10)) |
