aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/demux.cpp
diff options
context:
space:
mode:
authorFelix Domke <tmbinc@elitedvb.net>2005-08-31 03:05:27 +0000
committerFelix Domke <tmbinc@elitedvb.net>2005-08-31 03:05:27 +0000
commit87bfe5dfced0fb7a4e9839fdafa898261a39c86c (patch)
treee9cd842941df0e2fc679931f18701fbacf071c77 /lib/dvb/demux.cpp
parent58f644a3102613e874ecc0faf999da16c353f264 (diff)
downloadenigma2-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/demux.cpp')
-rw-r--r--lib/dvb/demux.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp
index 3e05065b..5a143c5e 100644
--- a/lib/dvb/demux.cpp
+++ b/lib/dvb/demux.cpp
@@ -83,10 +83,8 @@ RESULT eDVBDemux::getSTC(pts_t &pts)
}
pts = stc.stc;
- eDebug("got demux stc: %08llx", pts);
::close(fd);
-
return 0;
}