diff options
Diffstat (limited to 'lib/dvb/dvb.h')
| -rw-r--r-- | lib/dvb/dvb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/dvb.h b/lib/dvb/dvb.h index 92771604..f612affb 100644 --- a/lib/dvb/dvb.h +++ b/lib/dvb/dvb.h @@ -260,7 +260,7 @@ public: RESULT playFile(const char *file); void stopFile(); - RESULT playSource(ePtr<iDataSource>& source, const char *priv=NULL); + RESULT playSource(ePtr<iTsSource>& source, const char *priv=NULL); void stopSource(); void setCueSheet(eCueSheet *cuesheet); |
