aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/tstools.h
diff options
context:
space:
mode:
authorghost <andreas.monzner@multimedia-labs.de>2010-11-24 16:15:02 +0100
committerghost <andreas.monzner@multimedia-labs.de>2010-11-24 16:15:02 +0100
commit5c23ca59b7a3bb2d3a2bf3b7ffc78e1ffa170200 (patch)
tree79462c6f5a741137e66772d69e6715b0d0a8709c /lib/dvb/tstools.h
parent6a243eb89df7c0afd159a0820c897a8b5fcd8211 (diff)
parent453fc1c6f82fa3b6ae983059eb55ad822860a5eb (diff)
downloadenigma2-5c23ca59b7a3bb2d3a2bf3b7ffc78e1ffa170200.tar.gz
enigma2-5c23ca59b7a3bb2d3a2bf3b7ffc78e1ffa170200.zip
Merge branch 'bug_615_replace_rawfile' into m2ts_test
Diffstat (limited to 'lib/dvb/tstools.h')
-rw-r--r--lib/dvb/tstools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/dvb/tstools.h b/lib/dvb/tstools.h
index 1192cd2d..99827921 100644
--- a/lib/dvb/tstools.h
+++ b/lib/dvb/tstools.h
@@ -19,7 +19,7 @@ public:
eDVBTSTools();
~eDVBTSTools();
- void setSource(ePtr<iDataSource> &source, const char *streaminfo_filename=NULL);
+ void setSource(ePtr<iTsSource> &source, const char *streaminfo_filename=NULL);
void closeSource();
int openFile(const char *filename, int nostreaminfo = 0);
@@ -80,7 +80,7 @@ private:
int m_pid;
int m_maxrange;
- ePtr<iDataSource> m_source;
+ ePtr<iTsSource> m_source;
int m_begin_valid, m_end_valid;
pts_t m_pts_begin, m_pts_end;