1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-06-23 06:25:25 +00:00
icecast-common/timing
Jack Moffitt 468052eec8 Ciaran found this bug. We only ever set tv_usec, but for bitrates around
32 and lower, this will set tv_usec to > 1 second, which wrong.  So we
do it the right way, and put seconds in tv_sec.

svn path=/trunk/timing/; revision=2507
2001-12-09 08:31:20 +00:00
..
.cvsignore .cvsignore is fun! 2001-09-10 03:04:11 +00:00
BUILDING Initial revision 2001-09-10 02:24:39 +00:00
COPYING Initial revision 2001-09-10 02:24:39 +00:00
Makefile.am Initial revision 2001-09-10 02:24:39 +00:00
README Initial revision 2001-09-10 02:24:39 +00:00
timing.c Ciaran found this bug. We only ever set tv_usec, but for bitrates around 2001-12-09 08:31:20 +00:00
timing.h Add check for stdint.h, since Solaris doesn't have it. This is needed 2001-10-20 21:28:09 +00:00
TODO Initial revision 2001-09-10 02:24:39 +00:00

this is the timing library.

lgpl

by jack moffitt <jack@icecast.org>