diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-25 14:07:24 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-01-25 14:07:24 +0100 |
commit | da7edf6e97031d983db5632b4428fa8bd7645ff7 (patch) | |
tree | 7aa98717718446df571dfc9499e587b80b8e8fe5 /pat.c | |
parent | 3e3abc65f1c85c18acec2a0bd91e1f7dc6778841 (diff) | |
download | vdr-da7edf6e97031d983db5632b4428fa8bd7645ff7.tar.gz vdr-da7edf6e97031d983db5632b4428fa8bd7645ff7.tar.bz2 |
Now setting CA descriptors even if Setup/DVB/Update
Diffstat (limited to 'pat.c')
-rw-r--r-- | pat.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: pat.c 1.5 2004/01/16 15:43:34 kls Exp $ + * $Id: pat.c 1.6 2004/01/25 14:07:24 kls Exp $ */ #include "pat.h" @@ -371,8 +371,8 @@ void cPatFilter::Process(u_short Pid, u_char Tid, const u_char *Data, int Length if (Setup.UpdateChannels >= 2) { Channel->SetPids(Vpid, Vpid ? Ppid : 0, Apids[0], Apids[1], Dpids[0], Dpids[1], Tpid); Channel->SetCaIds(CaDescriptors->CaIds()); - Channel->SetCaDescriptors(CaDescriptorHandler.AddCaDescriptors(CaDescriptors)); } + Channel->SetCaDescriptors(CaDescriptorHandler.AddCaDescriptors(CaDescriptors)); } lastPmtScan = 0; // this triggers the next scan Channels.Unlock(); |