diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2009-11-01 19:39:23 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2009-11-01 19:39:23 +0000 |
| commit | e8eefe98bfd3768a9f3962bc71f0ee0431bae8b1 (patch) | |
| tree | 8ce274e93fe8882fc25ed61ce5890cbd76c20e5c /apps/playback.h | |
| parent | bcadf96066c20953ae6be7447f1ee2cd8742ab4f (diff) | |
| download | rockbox-e8eefe98bfd3768a9f3962bc71f0ee0431bae8b1.zip rockbox-e8eefe98bfd3768a9f3962bc71f0ee0431bae8b1.tar.gz rockbox-e8eefe98bfd3768a9f3962bc71f0ee0431bae8b1.tar.bz2 rockbox-e8eefe98bfd3768a9f3962bc71f0ee0431bae8b1.tar.xz | |
Code cleanup in codec_thread, playback and pcmbuf; more elegant solution to leftover samples
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23471 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playback.h')
| -rw-r--r-- | apps/playback.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/playback.h b/apps/playback.h index a53d2bb..95b0bef 100644 --- a/apps/playback.h +++ b/apps/playback.h @@ -69,6 +69,7 @@ enum }; bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */ size_t audio_get_filebuflen(void); +void audio_post_track_change(void); int get_audio_hid(void); int *get_codec_hid(void); void audio_set_prev_elapsed(unsigned long setting); |