From edf84c7c81f32bf39bcbc809b2633cbfe019bb2a Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 16 Jan 2013 15:53:16 +0400 Subject: [PATCH] zapit/src/fastscan.cpp: set channel deltype Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/b651c8a591eadc833e92138415be4991789d5607 Author: [CST] Focus Date: 2013-01-16 (Wed, 16 Jan 2013) --- src/zapit/src/fastscan.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zapit/src/fastscan.cpp b/src/zapit/src/fastscan.cpp index 9c2cefde4..81247df2f 100644 --- a/src/zapit/src/fastscan.cpp +++ b/src/zapit/src/fastscan.cpp @@ -317,8 +317,8 @@ bool CServiceScan::ParseFst(unsigned short pid, fast_scan_operator_t * op) channel_id, service_type, satellitePosition, - freq - ); + freq); + newchannel->deltype = FE_QPSK; CServiceManager::getInstance()->AddChannel(newchannel); } newchannel->setName(serviceName);