Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mpegts_service: change s_tsbuf_last from time_t to int64_t (monoclock…
…), fixes #3628
  • Loading branch information
perexg committed Mar 15, 2016
1 parent 59f97fd commit 13646b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input/mpegts.h
Expand Up @@ -589,7 +589,7 @@ struct mpegts_service
* in order to recude load.
*/
sbuf_t s_tsbuf;
time_t s_tsbuf_last;
int64_t s_tsbuf_last;

/**
* PCR drift compensation. This should really be per-packet.
Expand Down

0 comments on commit 13646b0

Please sign in to comment.