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:
parent
070d515049
commit
013fe35992
5 changed files with 70 additions and 30 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue