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/tstools.cpp | |
| parent | 7199d3c37e7e7065bd6943702b5864fa5186b9a8 (diff) | |
| download | enigma2-453fc1c6f82fa3b6ae983059eb55ad822860a5eb.tar.gz enigma2-453fc1c6f82fa3b6ae983059eb55ad822860a5eb.zip | |
rename iDataSource to iTsSource (no functional change)
Diffstat (limited to 'lib/dvb/tstools.cpp')
| -rw-r--r-- | lib/dvb/tstools.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dvb/tstools.cpp b/lib/dvb/tstools.cpp index bd363089..cfea3fdd 100644 --- a/lib/dvb/tstools.cpp +++ b/lib/dvb/tstools.cpp @@ -35,7 +35,7 @@ eDVBTSTools::~eDVBTSTools() int eDVBTSTools::openFile(const char *filename, int nostreaminfo) { eRawFile *f = new eRawFile(); - ePtr<iDataSource> src = f; + ePtr<iTsSource> src = f; if (f->open(filename, 1) < 0) return -1; @@ -45,7 +45,7 @@ int eDVBTSTools::openFile(const char *filename, int nostreaminfo) return 0; } -void eDVBTSTools::setSource(ePtr<iDataSource> &source, const char *stream_info_filename) +void eDVBTSTools::setSource(ePtr<iTsSource> &source, const char *stream_info_filename) { closeFile(); |
