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
|
@ -123,7 +123,7 @@ struct codec_api {
|
|||
automatically. */
|
||||
bool (*pcmbuf_insert)(const void *ch1, const void *ch2, int count);
|
||||
/* Set song position in WPS (value in ms). */
|
||||
void (*set_elapsed)(unsigned int value);
|
||||
void (*set_elapsed)(unsigned long value);
|
||||
|
||||
/* Read next <size> amount bytes from file buffer to <ptr>.
|
||||
Will return number of bytes read or 0 if end of file. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue