diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-24 16:15:02 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-24 16:15:02 +0100 |
| commit | 5c23ca59b7a3bb2d3a2bf3b7ffc78e1ffa170200 (patch) | |
| tree | 79462c6f5a741137e66772d69e6715b0d0a8709c /lib/dvb/dvb.h | |
| parent | 6a243eb89df7c0afd159a0820c897a8b5fcd8211 (diff) | |
| parent | 453fc1c6f82fa3b6ae983059eb55ad822860a5eb (diff) | |
| download | enigma2-5c23ca59b7a3bb2d3a2bf3b7ffc78e1ffa170200.tar.gz enigma2-5c23ca59b7a3bb2d3a2bf3b7ffc78e1ffa170200.zip | |
Merge branch 'bug_615_replace_rawfile' into m2ts_test
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); |
