forked from len0rd/rockbox
wma_decode_end() doesn't exist any more - it was only used to deallocate memory.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13826 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
899212858c
commit
0361fd5e50
1 changed files with 0 additions and 2 deletions
|
|
@ -158,6 +158,4 @@ int wma_decode_init(WMADecodeContext* s, asf_waveformatex_t *wfx);
|
||||||
int wma_decode_superframe(WMADecodeContext* s,
|
int wma_decode_superframe(WMADecodeContext* s,
|
||||||
void *data, int *data_size,
|
void *data, int *data_size,
|
||||||
uint8_t *buf, int buf_size);
|
uint8_t *buf, int buf_size);
|
||||||
int wma_decode_end(WMADecodeContext *s);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue