X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Ftstools.h;h=99827921f84fc20e21fc6e1e172bae88f3e9d3a9;hp=1192cd2d0355b3ba75eb1eb069480688e836af45;hb=6f17b15ba19d4aee7e72279593933f8de8f356b4;hpb=45978e9f6d4820e6b8f15436392be59280a728de diff --git a/lib/dvb/tstools.h b/lib/dvb/tstools.h index 1192cd2..9982792 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;