1
0
Fork 0
forked from len0rd/rockbox

pcmbuf: better latency calculation, added debug code

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23537 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jeffrey Goode 2009-11-05 17:32:32 +00:00
parent 070d515049
commit 013fe35992
5 changed files with 70 additions and 30 deletions

View file

@ -363,7 +363,7 @@ static bool pcmbuf_insert_wav(const void *ch1, const void *ch2, int count)
}
/* Set song position in WPS (value in ms). */
static void set_elapsed(unsigned int value)
static void set_elapsed(unsigned long value)
{
elapsed = value;
}