1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 13:37:03 +02:00
vdr-plugin-iptv/patches/vdr-1.7.16-disable_ca_updates.patch

12 lines
634 B
Diff
Raw Normal View History

2010-09-19 19:48:07 +02:00
diff -Nru vdr-1.7.16-vanilla/pat.c vdr-1.7.16-disable_ca_updates/pat.c
--- vdr-1.7.16-vanilla/pat.c 2010-09-19 19:42:08.000000000 +0300
+++ vdr-1.7.16-disable_ca_updates/pat.c 2010-09-19 20:43:10.000000000 +0300
@@ -491,6 +491,7 @@
2010-06-06 19:47:28 +02:00
}
if (Setup.UpdateChannels >= 2) {
Channel->SetPids(Vpid, Ppid, Vtype, Apids, Atypes, ALangs, Dpids, Dtypes, DLangs, Spids, SLangs, Tpid);
+ if (!cSource::IsType(Channel->Source(), 'I'))
Channel->SetCaIds(CaDescriptors->CaIds());
Channel->SetSubtitlingDescriptors(SubtitlingTypes, CompositionPageIds, AncillaryPageIds);
}