Fix guide misalignment
This commit is contained in:
parent
b03fb79f2a
commit
8890d7f527
10 changed files with 167 additions and 33 deletions
|
|
@ -29,6 +29,7 @@ typedef struct ChannelList {
|
|||
|
||||
int channel_list_load(ChannelList *list, const char *media_dir);
|
||||
void channel_list_destroy(ChannelList *list);
|
||||
time_t channel_wall_time_from_ticks(time_t app_start_time, Uint64 app_start_ticks, Uint64 now_ticks);
|
||||
double channel_live_position(const Channel *channel, time_t app_start_time, time_t now);
|
||||
double channel_live_position_precise(const Channel *channel, Uint64 app_start_ticks, Uint64 now_ticks);
|
||||
const ProgramEntry *channel_resolve_program(const Channel *channel,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue