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:
parent
a19acbdadd
commit
7ba03e6279
3 changed files with 12 additions and 18 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue