X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/2a0689a69ba995ec3adcf1cd6cc20146a6d4ef58..09eaa1b41d5b74464ad83eda66be50689247074f:/lib/dvb/tstools.h diff --git a/lib/dvb/tstools.h b/lib/dvb/tstools.h index 41312c4c..99827921 100644 --- a/lib/dvb/tstools.h +++ b/lib/dvb/tstools.h @@ -19,7 +19,7 @@ public: eDVBTSTools(); ~eDVBTSTools(); - void setSource(ePtr source, const char *streaminfo_filename=NULL); + void setSource(ePtr &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 m_source; + ePtr m_source; int m_begin_valid, m_end_valid; pts_t m_pts_begin, m_pts_end;