diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-24 16:06:57 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-24 16:10:56 +0100 |
| commit | 453fc1c6f82fa3b6ae983059eb55ad822860a5eb (patch) | |
| tree | fd8eb3b76c68676195be061977344c9a0011ab55 /lib/dvb/pmt.h | |
| parent | 7199d3c37e7e7065bd6943702b5864fa5186b9a8 (diff) | |
| download | enigma2-453fc1c6f82fa3b6ae983059eb55ad822860a5eb.tar.gz enigma2-453fc1c6f82fa3b6ae983059eb55ad822860a5eb.zip | |
rename iDataSource to iTsSource (no functional change)
Diffstat (limited to 'lib/dvb/pmt.h')
| -rw-r--r-- | lib/dvb/pmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index 721a8fca..de0de052 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -209,7 +209,7 @@ public: int tune(eServiceReferenceDVB &ref, int use_decode_demux, eCueSheet *sg=0, bool simulate=false, eDVBService *service = 0); /* new interface */ - int tuneExt(eServiceReferenceDVB &ref, int use_decode_demux, ePtr<iDataSource> &, const char *streaminfo_file, eCueSheet *sg=0, bool simulate=false, eDVBService *service = 0); + int tuneExt(eServiceReferenceDVB &ref, int use_decode_demux, ePtr<iTsSource> &, const char *streaminfo_file, eCueSheet *sg=0, bool simulate=false, eDVBService *service = 0); void free(); private: |
