1
0
Fork 0
forked from len0rd/rockbox

removed an extra codec_api struct pointer and the function setting it

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7117 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-07-12 10:10:02 +00:00
parent a19acbdadd
commit 7ba03e6279
3 changed files with 12 additions and 18 deletions

View file

@ -29,8 +29,6 @@ struct codec_api *local_rb;
int codec_init(struct codec_api* rb)
{
local_rb = rb;
xxx2wav_set_api(rb);
mem_ptr = 0;
mallocbuf = (unsigned char *)rb->get_codec_memory((long *)&bufsize);