forked from len0rd/rockbox
pcmbuf: bug fix with pcmbuf flush, code cleanup, added comments
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23608 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
db4cab0e66
commit
0db3308cb5
4 changed files with 64 additions and 68 deletions
|
@ -121,7 +121,7 @@ struct codec_api {
|
|||
void* (*codec_get_buffer)(size_t *size);
|
||||
/* Insert PCM data into audio buffer for playback. Playback will start
|
||||
automatically. */
|
||||
bool (*pcmbuf_insert)(const void *ch1, const void *ch2, int count);
|
||||
void (*pcmbuf_insert)(const void *ch1, const void *ch2, int count);
|
||||
/* Set song position in WPS (value in ms). */
|
||||
void (*set_elapsed)(unsigned long value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue