- fix serious problems in widget code. fixup buffered mode. add animation support...
[vuplus_dvbapp] / lib / dvb / demux.cpp
index 3e05065..5a143c5 100644 (file)
@@ -83,10 +83,8 @@ RESULT eDVBDemux::getSTC(pts_t &pts)
        }
        
        pts = stc.stc;
-       eDebug("got demux stc: %08llx", pts);
        
        ::close(fd);
-       
        return 0;
 }