driver/scanepg.cpp: fix wrong favorites adding in bouquet mode;

fix current bouquet check in case channel mode is changed;
save/restore live channel id in standby scan
This commit is contained in:
[CST] Focus
2013-10-11 17:03:01 +04:00
parent 857514a8cd
commit 3686c86232
2 changed files with 15 additions and 9 deletions

View File

@@ -31,10 +31,12 @@ class CEpgScan
private:
int current_bnum;
int current_mode;
int current_bmode;
bool allfav_done;
bool standby;
eit_scanmap_t scanmap;
t_channel_id next_chid;
t_channel_id live_channel_id;
std::set<transponder_id_t> scanned;
void AddBouquet(CChannelList * clist);
bool AddFavorites();