Changeset 20829


Ignore:
Timestamp:
04/03/13 18:55:35 (11 years ago)
Author:
nit
Message:

[titan] testfix opentv epg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/extepg.h

    r19467 r20829  
    55//channel C+ PORTADA for test on astra 19.2 (mhw2)
    66//channel Sky Assist for test on hotbird (opentv)
     7//channel EPG Background Audio for test on 28.2 (opentv)
    78
    89//global function
     
    20852086                                                dvbtime = ((mjdtime - 40587) * 86400) + ((buf[p + 2] << 9) | (buf[p + 3] << 1));
    20862087                                                starttime = dvbtime;
    2087                                                 endtime = starttime + ((buf[p + 4] << 9) | (buf[p + 5] << 1)) * 60;
     2088                                                endtime = starttime + ((buf[p + 4] << 9) | (buf[p + 5] << 1));
    20882089
    20892090                                                tmpchnode = getchannel(extepgchannelnode->serviceid, extepgchannelnode->transponderid);
Note: See TracChangeset for help on using the changeset viewer.