Add hw acceleration, improve video performance
This commit is contained in:
parent
0a250b05f3
commit
7c5d82e124
13 changed files with 273 additions and 72 deletions
|
|
@ -20,9 +20,11 @@ typedef struct App {
|
|||
int last_blackout_state;
|
||||
Uint32 startup_handoff_until;
|
||||
time_t app_start_time;
|
||||
Uint64 app_start_ticks;
|
||||
ChannelList channels;
|
||||
Player player;
|
||||
UiFonts fonts;
|
||||
UiCache ui_cache;
|
||||
} App;
|
||||
|
||||
int app_init(App *app);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue