mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 02:41:12 +02:00
zapit/src/fastscan.cpp: bug fix
Origin commit data
------------------
Branch: ni/coolstream
Commit: 2f65787f15
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-22 (Tue, 22 May 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -36,6 +36,7 @@
|
|||||||
#include <eitd/edvbstring.h>
|
#include <eitd/edvbstring.h>
|
||||||
|
|
||||||
#define SEC_SIZE 4096
|
#define SEC_SIZE 4096
|
||||||
|
//#define SCAN_DEBUG
|
||||||
|
|
||||||
fast_scan_operator_t fast_scan_operators [OPERATOR_MAX] = {
|
fast_scan_operator_t fast_scan_operators [OPERATOR_MAX] = {
|
||||||
{ CD_OPERATOR_ID, 900, 901, (char *) "CanalDigitaal" },
|
{ CD_OPERATOR_ID, 900, 901, (char *) "CanalDigitaal" },
|
||||||
@@ -269,8 +270,8 @@ bool CServiceScan::ParseFst(unsigned short pid, fast_scan_operator_t * op)
|
|||||||
|
|
||||||
std::map <t_channel_id, t_satellite_position>::iterator sIt = fast_services_sat.find(channel_id);
|
std::map <t_channel_id, t_satellite_position>::iterator sIt = fast_services_sat.find(channel_id);
|
||||||
if(sIt != fast_services_sat.end()) {
|
if(sIt != fast_services_sat.end()) {
|
||||||
#if 0
|
|
||||||
satellitePosition = sIt->second;
|
satellitePosition = sIt->second;
|
||||||
|
#if 0
|
||||||
sat_iterator_t sit = satellitePositions.find(satellitePosition);
|
sat_iterator_t sit = satellitePositions.find(satellitePosition);
|
||||||
if(sit != satellitePositions.end())
|
if(sit != satellitePositions.end())
|
||||||
sit->second.have_channels = true;
|
sit->second.have_channels = true;
|
||||||
|
Reference in New Issue
Block a user