diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-24 16:11:20 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-24 16:11:20 +0100 |
| commit | d6b8ff865af5c59b109c7e6ede3868db11e46f7d (patch) | |
| tree | eeb251a23425541a1f790da757891741addcbec8 /lib/dvb/tstools.cpp | |
| parent | 8683394e33d39fb9d1b5e3726a5a1b5f9b1d3e2c (diff) | |
| parent | 453fc1c6f82fa3b6ae983059eb55ad822860a5eb (diff) | |
| download | enigma2-d6b8ff865af5c59b109c7e6ede3868db11e46f7d.tar.gz enigma2-d6b8ff865af5c59b109c7e6ede3868db11e46f7d.zip | |
Merge branch 'bug_615_replace_rawfile' into experimental
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(); |
