migrate eDVBTsTools to new iDataSource seek function
[enigma2.git] / lib / dvb / tstools.h
index 41312c4c593d2df3463cd0bd1b2faf0d34eead66..1192cd2d0355b3ba75eb1eb069480688e836af45 100644 (file)
@@ -19,7 +19,7 @@ public:
        eDVBTSTools();
        ~eDVBTSTools();
 
-       void setSource(ePtr<iDataSource> source, const char *streaminfo_filename=NULL);
+       void setSource(ePtr<iDataSource> &source, const char *streaminfo_filename=NULL);
        void closeSource();
 
        int openFile(const char *filename, int nostreaminfo = 0);