Ticket #2874: mythtv-setpmt.patch
| File mythtv-setpmt.patch, 597 bytes (added by , 19 years ago) |
|---|
-
libs/libmythtv/dvbsignalmonitor.cpp
559 565 void DVBSignalMonitor::HandlePMT(uint program_num, const ProgramMapTable *pmt) 560 566 { 561 567 DTVSignalMonitor::HandlePMT(program_num, pmt); 562 GetDVBChannel()->SetPMT(pmt); 568 569 if (pmt->ProgramNumber() == (uint)programNumber && pmt->IsEncrypted()) 570 GetDVBChannel()->SetPMT(pmt); 563 571 } 564 572 565 573 void DVBSignalMonitor::HandleSTT(const SystemTimeTable *stt)
