From 86919f460974e234e406c687f68e39c12bd6ccf5 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Sat, 3 Nov 2007 17:55:29 +0000 Subject: Misc. buffering related playback tweaks git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15435 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs.h') diff --git a/apps/codecs.h b/apps/codecs.h index 638c43b..ecba1e9 100644 --- a/apps/codecs.h +++ b/apps/codecs.h @@ -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 */ -- cgit v1.1