mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Updated patches.
This commit is contained in:
parent
899db53845
commit
170cb56263
@ -1,11 +0,0 @@
|
||||
diff -Nru vdr-1.7.14-vanilla/pat.c vdr-1.7.14-disable_ca_updates/pat.c
|
||||
--- vdr-1.7.14-vanilla/pat.c 2010-03-14 16:57:06.000000000 +0200
|
||||
+++ vdr-1.7.14-disable_ca_updates/pat.c 2010-03-14 17:35:55.000000000 +0200
|
||||
@@ -481,6 +481,7 @@
|
||||
}
|
||||
if (Setup.UpdateChannels >= 2) {
|
||||
Channel->SetPids(Vpid, Ppid, Vtype, Apids, ALangs, Dpids, DLangs, Spids, SLangs, Tpid);
|
||||
+ if (!cSource::IsType(Channel->Source(), 'I'))
|
||||
Channel->SetCaIds(CaDescriptors->CaIds());
|
||||
Channel->SetSubtitlingDescriptors(SubtitlingTypes, CompositionPageIds, AncillaryPageIds);
|
||||
}
|
11
patches/vdr-1.7.15-disable_ca_updates.patch
Normal file
11
patches/vdr-1.7.15-disable_ca_updates.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -Nru vdr-1.7.15-vanilla/pat.c vdr-1.7.15-disable_ca_updates/pat.c
|
||||
--- vdr-1.7.15-vanilla/pat.c 2010-06-06 19:11:15.000000000 +0300
|
||||
+++ vdr-1.7.15-disable_ca_updates/pat.c 2010-06-06 20:42:47.000000000 +0300
|
||||
@@ -490,6 +490,7 @@
|
||||
}
|
||||
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);
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
diff -Nru vdr-1.7.14-vanilla/eitscan.c vdr-1.7.14-disable_eitscan/eitscan.c
|
||||
--- vdr-1.7.14-vanilla/eitscan.c 2010-03-14 16:57:06.000000000 +0200
|
||||
+++ vdr-1.7.14-disable_eitscan/eitscan.c 2010-03-14 17:34:16.000000000 +0200
|
||||
diff -Nru vdr-1.7.15-vanilla/eitscan.c vdr-1.7.15-disable_eitscan/eitscan.c
|
||||
--- vdr-1.7.15-vanilla/eitscan.c 2010-06-06 19:11:14.000000000 +0300
|
||||
+++ vdr-1.7.15-disable_eitscan/eitscan.c 2010-06-06 20:44:07.000000000 +0300
|
||||
@@ -146,7 +146,7 @@
|
||||
if (Device) {
|
||||
for (cScanData *ScanData = scanList->First(); ScanData; ScanData = scanList->Next(ScanData)) {
|
Loading…
Reference in New Issue
Block a user