b6f258b78a
- Switch to options helpers - Cosmetic fixes - Remove broken extra patch - Turn non-optional extra patch to regular patch - Fix Makefile.plugins to not override PLIST_SUB
10 lines
519 B
Text
10 lines
519 B
Text
--- pat.c.orig 2010-06-06 19:11:15.000000000 +0300
|
|
+++ 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);
|
|
}
|