diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-12-20 01:05:02 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-12-20 01:05:02 +0000 |
| commit | 06d78eb689babb22f1a315203a8c6871d9ae121d (patch) | |
| tree | bf195bae19b0a72e93a1bed38d869df6f8ae89fa /lib/dvb/demux.h | |
| parent | 549b871981647add9697e4e2eb10469b91bc16c9 (diff) | |
| download | enigma2-06d78eb689babb22f1a315203a8c6871d9ae121d.tar.gz enigma2-06d78eb689babb22f1a315203a8c6871d9ae121d.zip | |
use video stc for display. make skipping look a bit better.
Diffstat (limited to 'lib/dvb/demux.h')
| -rw-r--r-- | lib/dvb/demux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/demux.h b/lib/dvb/demux.h index d3a369f9..869c2e9b 100644 --- a/lib/dvb/demux.h +++ b/lib/dvb/demux.h @@ -20,7 +20,7 @@ public: RESULT createSectionReader(eMainloop *context, ePtr<iDVBSectionReader> &reader); RESULT createTSRecorder(ePtr<iDVBTSRecorder> &recorder); RESULT getMPEGDecoder(ePtr<iTSMPEGDecoder> &reader); - RESULT getSTC(pts_t &pts); + RESULT getSTC(pts_t &pts, int num); RESULT getCADemuxID(uint8_t &id) { id = demux; return 0; } RESULT flush(); RESULT connectEvent(const Slot1<void,int> &event, ePtr<eConnection> &conn); |
