2010-03-04 16:34:21 +01:00
|
|
|
diff -Nru vdr-1.7.13-vanilla/pat.c vdr-1.7.13-disable_ca_updates/pat.c
|
|
|
|
--- vdr-1.7.13-vanilla/pat.c 2010-01-01 17:40:05.000000000 +0200
|
|
|
|
+++ vdr-1.7.13-disable_ca_updates/pat.c 2010-03-04 13:44:28.000000000 +0200
|
2010-01-06 16:14:49 +01:00
|
|
|
@@ -458,6 +458,7 @@
|
2009-08-23 17:23:58 +02:00
|
|
|
}
|
|
|
|
if (Setup.UpdateChannels >= 2) {
|
|
|
|
Channel->SetPids(Vpid, Ppid, Vtype, Apids, ALangs, Dpids, DLangs, Spids, SLangs, Tpid);
|
|
|
|
+ if (!Channel->IsPlug())
|
|
|
|
Channel->SetCaIds(CaDescriptors->CaIds());
|
|
|
|
Channel->SetSubtitlingDescriptors(SubtitlingTypes, CompositionPageIds, AncillaryPageIds);
|
|
|
|
}
|