Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts_service: change mi_last_dispatch from time_t to int64_t (monoc…
…lock)
  • Loading branch information
perexg committed Mar 15, 2016
1 parent 13646b0 commit 647cb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts.h
Expand Up @@ -672,7 +672,7 @@ struct mpegts_input
*/

int mi_running; /* threads running */
time_t mi_last_dispatch;
int64_t mi_last_dispatch;

/* Data input */
// Note: this section is protected by mi_input_lock
Expand Down

0 comments on commit 647cb6a

Please sign in to comment.