mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Now setting CA descriptors even if Setup/DVB/Update
This commit is contained in:
parent
3e3abc65f1
commit
da7edf6e97
1
HISTORY
1
HISTORY
@ -2619,3 +2619,4 @@ Video Disk Recorder Revision History
|
|||||||
'char[4]' and setting the 4th byte to 0 for easier handling.
|
'char[4]' and setting the 4th byte to 0 for easier handling.
|
||||||
- Fixed frequency handling when setting the CA descriptors in cDvbTuner::Action()
|
- Fixed frequency handling when setting the CA descriptors in cDvbTuner::Action()
|
||||||
(thanks to Jan Ekholm for reporting and helping to debug this one).
|
(thanks to Jan Ekholm for reporting and helping to debug this one).
|
||||||
|
- Now setting CA descriptors even if "Setup/DVB/Update channels" is less than 2.
|
||||||
|
4
pat.c
4
pat.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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"
|
#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) {
|
if (Setup.UpdateChannels >= 2) {
|
||||||
Channel->SetPids(Vpid, Vpid ? Ppid : 0, Apids[0], Apids[1], Dpids[0], Dpids[1], Tpid);
|
Channel->SetPids(Vpid, Vpid ? Ppid : 0, Apids[0], Apids[1], Dpids[0], Dpids[1], Tpid);
|
||||||
Channel->SetCaIds(CaDescriptors->CaIds());
|
Channel->SetCaIds(CaDescriptors->CaIds());
|
||||||
Channel->SetCaDescriptors(CaDescriptorHandler.AddCaDescriptors(CaDescriptors));
|
|
||||||
}
|
}
|
||||||
|
Channel->SetCaDescriptors(CaDescriptorHandler.AddCaDescriptors(CaDescriptors));
|
||||||
}
|
}
|
||||||
lastPmtScan = 0; // this triggers the next scan
|
lastPmtScan = 0; // this triggers the next scan
|
||||||
Channels.Unlock();
|
Channels.Unlock();
|
||||||
|
Loading…
Reference in New Issue
Block a user