From 9c03ec001f6bdb69be03db6e4f627aeee6e80423 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Tue, 20 Nov 2012 21:46:13 +0000 Subject: [PATCH] Fix for broken teletext on recent VDR, from MartenR and hondansx --- mvpreceiver.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mvpreceiver.c b/mvpreceiver.c index b5722a3..f4259a7 100644 --- a/mvpreceiver.c +++ b/mvpreceiver.c @@ -51,6 +51,10 @@ MVPReceiver::MVPReceiver(cChannel* channel, cDevice* device) streamID = 0; tcp = NULL; +#if VDRVERSNUM >= 10712 + AddPid(channel->Tpid()); +#endif + // logger->log("MVPReceiver", Log::DEBUG, "Channel has VPID %i APID %i", channel->Vpid(), channel->Apid(0)); if (!processed.init(1000000)) return; -- 2.39.2