]> git.vomp.tv Git - vompserver.git/commitdiff
Fix for broken teletext on recent VDR, from MartenR and hondansx
authorChris Tallon <chris@telescope.org>
Tue, 20 Nov 2012 21:46:13 +0000 (21:46 +0000)
committerChris Tallon <chris@telescope.org>
Tue, 20 Nov 2012 21:46:13 +0000 (21:46 +0000)
mvpreceiver.c

index b5722a34033a4528eaad727e04691ddae5fd5228..f4259a7beed8a92c7517d5a97bdf301fa96fe33c 100644 (file)
@@ -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;