From 453fc1c6f82fa3b6ae983059eb55ad822860a5eb Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 24 Nov 2010 16:06:57 +0100 Subject: rename iDataSource to iTsSource (no functional change) --- lib/dvb/tstools.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/dvb/tstools.cpp') 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 src = f; + ePtr 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 &source, const char *stream_info_filename) +void eDVBTSTools::setSource(ePtr &source, const char *stream_info_filename) { closeFile(); -- cgit v1.2.3