Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
dvb_support: don't log warnings about leap second count
  • Loading branch information
laurimyllari authored and perexg committed Oct 22, 2015
1 parent 86d2838 commit d82d3d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/input/mpegts/dvb_support.c
Expand Up @@ -534,7 +534,6 @@ atsc_convert_gpstime(uint32_t gpstime)

for (i = (sizeof(_gps_leap_seconds)/sizeof(time_t)) - 1; i >= 0; i--) {
if (out > _gps_leap_seconds[i]) {
tvhwarn("gpstime", "leap seconds: %d", i+1);
out -= i+1;
break;
}
Expand Down

0 comments on commit d82d3d2

Please sign in to comment.