mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
remove 0xd3 from fix_service_type
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@866 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: f7f5ca3eb6
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-10-25 (Mon, 25 Oct 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -253,6 +253,11 @@ void CChannelList::SortSat(void)
|
||||
sort(chanlist.begin(), chanlist.end(), CmpChannelBySat());
|
||||
}
|
||||
|
||||
void CChannelList::SortTP(void)
|
||||
{
|
||||
sort(chanlist.begin(), chanlist.end(), CmpChannelByFreq());
|
||||
}
|
||||
|
||||
CZapitChannel* CChannelList::getChannel(int number)
|
||||
{
|
||||
for (uint32_t i=0; i< chanlist.size();i++) {
|
||||
@@ -943,8 +948,9 @@ printf("CChannelList::adjustToChannelID me %x [%s] list size %d channel_id %llx\
|
||||
if(!has_channel && old_mode == LIST_MODE_FAV)
|
||||
new_mode = LIST_MODE_PROV;
|
||||
has_channel = TVbouquetList->adjustToChannelID(channel_id);
|
||||
if(!has_channel && old_mode == LIST_MODE_PROV)
|
||||
if(!has_channel && old_mode == LIST_MODE_PROV){
|
||||
new_mode = LIST_MODE_SAT;
|
||||
}
|
||||
has_channel = TVsatList->adjustToChannelID(channel_id);
|
||||
if(!has_channel && old_mode == LIST_MODE_SAT)
|
||||
new_mode = LIST_MODE_ALL;
|
||||
|
Reference in New Issue
Block a user