diff options
| author | Dave Chapman <dave@dchapman.com> | 2007-07-09 00:35:36 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2007-07-09 00:35:36 +0000 |
| commit | 0361fd5e50e5f89594f956a2d830b990ed9fab7c (patch) | |
| tree | d7e725082b9c44ddbf650076142ae0707168f22a /apps/codecs | |
| parent | 899212858c5afafa2b11158cdbfdc539b936f08c (diff) | |
| download | rockbox-0361fd5e50e5f89594f956a2d830b990ed9fab7c.zip rockbox-0361fd5e50e5f89594f956a2d830b990ed9fab7c.tar.gz rockbox-0361fd5e50e5f89594f956a2d830b990ed9fab7c.tar.bz2 rockbox-0361fd5e50e5f89594f956a2d830b990ed9fab7c.tar.xz | |
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
Diffstat (limited to 'apps/codecs')
| -rw-r--r-- | apps/codecs/libwma/wmadec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h index e3e5d38..395b29f 100644 --- a/apps/codecs/libwma/wmadec.h +++ b/apps/codecs/libwma/wmadec.h @@ -158,6 +158,4 @@ int wma_decode_init(WMADecodeContext* s, asf_waveformatex_t *wfx); int wma_decode_superframe(WMADecodeContext* s, void *data, int *data_size, uint8_t *buf, int buf_size); -int wma_decode_end(WMADecodeContext *s); - #endif |