NetBSD/usr.bin/cdplay
chuck 92a710ed6c take into account the 150 frame start offset time when computing the
duration of a track.  call lba2msf like this:
	lba2msf(len - 150, &m, &s, &f);
                    ^^^^^
from rev 1.41 of FreeBSD usr.sbin/cdcontrol/cdcontrol.c, Dmitry Afanasiev.

XXX: note that this is a mis-use of lba2msf() because 'len' is the length
     of the track in frames, not a logical block address (lba).
2006-12-14 18:15:16 +00:00
..
cdplay.1 Remove authors section, and update history where appropriate. 2006-11-13 16:33:56 +00:00
cdplay.c take into account the 150 frame start offset time when computing the 2006-12-14 18:15:16 +00:00
Makefile