system/settings.cpp: set fastscan default type to HD

Origin commit data
------------------
Branch: ni/coolstream
Commit: d7403be659
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-11-06 (Wed, 06 Nov 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2013-11-06 14:27:02 +04:00
parent 331c52d216
commit 00fb254e28

View File

@@ -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);