diff options
Diffstat (limited to 'plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp')
-rw-r--r-- | plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp index 57fe9e3..6a8485d 100644 --- a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp +++ b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp @@ -53,6 +53,9 @@ private: if(!recording) return false; + // Sorry, currently unsupported. + if(recording->IsPesRecording()) return false; + char* fileBuf = strdup(recording->Name()); fileBuf = ExchangeChars(fileBuf, true); string fs = fileBuf; |