forked from len0rd/rockbox
Misc. buffering related playback tweaks
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15435 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a7905da890
commit
86919f4609
3 changed files with 41 additions and 40 deletions
|
@ -284,7 +284,7 @@ extern unsigned char plugin_end_addr[];
|
|||
void codec_get_full_path(char *path, const char *codec_root_fn);
|
||||
|
||||
/* defined by the codec loader (codec.c) */
|
||||
int codec_load_buf(unsigned int hid, int size, struct codec_api *api);
|
||||
int codec_load_buf(unsigned int hid, struct codec_api *api);
|
||||
int codec_load_file(const char* codec, struct codec_api *api);
|
||||
|
||||
/* defined by the codec */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue