summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
index 9873fe4..0204b4e 100644
--- a/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
+++ b/plugins/profiler/vdrDVBProfiler/dvbProfiler.cpp
@@ -194,7 +194,7 @@ private:
parser.ParsePat(buf, TS_SIZE);
}
else
-#if VDRVERSNUM < 10732
+#if VDRVERSNUM < 10733
if (pid == parser.PmtPid())
#else
if (parser.IsPmtPid(pid))