1
0
Fork 0
forked from len0rd/rockbox

More accurate playback position calculation.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7218 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Miika Pekkarinen 2005-07-22 06:32:55 +00:00
parent d3cbf87305
commit eab434c416
5 changed files with 15 additions and 7 deletions

View file

@ -66,6 +66,11 @@ void pcm_play_data(void (*get_more)(unsigned char** start, long* size))
playing = true;
}
long pcm_get_bytes_waiting(long)
{
return 0;
}
#if CONFIG_HWCODEC != MASNONE
void audio_set_buffer_margin(int seconds)
{