diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-26 19:12:32 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-26 19:12:32 +0100 |
| commit | f24ecae61fc0bc84496bec107f70730ff62930d9 (patch) | |
| tree | bc707bc287d780989b5abca7d35df8b90fa0e2d1 | |
| parent | d98f00f0fdd8b95b819b17c1d4779610c657c198 (diff) | |
| parent | d7ab8980f447224e6ece5d741dd9a334949ca315 (diff) | |
| download | enigma2-f24ecae61fc0bc84496bec107f70730ff62930d9.tar.gz enigma2-f24ecae61fc0bc84496bec107f70730ff62930d9.zip | |
Merge branch 'bug_615_replace_rawfile' into experimental
| -rw-r--r-- | lib/dvb/tstools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/tstools.cpp b/lib/dvb/tstools.cpp index 717ccfc7..3dff2886 100644 --- a/lib/dvb/tstools.cpp +++ b/lib/dvb/tstools.cpp @@ -40,7 +40,7 @@ int eDVBTSTools::openFile(const char *filename, int nostreaminfo) if (f->open(filename, 1) < 0) return -1; - setSource(src, filename); + setSource(src, nostreaminfo ? NULL : filename); return 0; } |
