From 00fb254e28e0783a1884438b11938ff4f5809cdd Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Wed, 6 Nov 2013 14:27:02 +0400 Subject: [PATCH] system/settings.cpp: set fastscan default type to HD Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/d7403be65997ba245183e654c22f6c4c17af9aaa Author: [CST] Focus Date: 2013-11-06 (Wed, 06 Nov 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/system/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/settings.cpp b/src/system/settings.cpp index 437db473f..4a8cf8e72 100644 --- a/src/system/settings.cpp +++ b/src/system/settings.cpp @@ -152,7 +152,7 @@ bool CScanSettings::loadSettings(const char * const fileName, const delivery_sys #if 1 if(sat_TP_fec == 4) sat_TP_fec = 5; #endif - fast_type = configfile.getInt32("fast_type", 1); + fast_type = configfile.getInt32("fast_type", 2); fast_op = configfile.getInt32("fast_op", 0); cable_nid = configfile.getInt32("cable_nid", 0);