summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadec.h
diff options
context:
space:
mode:
authorMohamed Tarek <mt@rockbox.org>2010-07-28 12:45:21 +0000
committerMohamed Tarek <mt@rockbox.org>2010-07-28 12:45:21 +0000
commitb1fefcf3e957c2ddd763cb8d52614309ca014a67 (patch)
tree412b66018c7d161d7f85fd919fad11cb49141515 /apps/codecs/libwma/wmadec.h
parent1c372492adf8a6a8dfc0c6e512c02f19995128c2 (diff)
downloadrockbox-b1fefcf3e957c2ddd763cb8d52614309ca014a67.tar.gz
rockbox-b1fefcf3e957c2ddd763cb8d52614309ca014a67.zip
Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds up wma by 3.5MHz on CF and 2.2MHz on ARM.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27591 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwma/wmadec.h')
-rw-r--r--apps/codecs/libwma/wmadec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h
index ec295fa472..d84485ca0f 100644
--- a/apps/codecs/libwma/wmadec.h
+++ b/apps/codecs/libwma/wmadec.h
@@ -166,6 +166,5 @@ int wma_decode_init(WMADecodeContext* s, asf_waveformatex_t *wfx);
166int wma_decode_superframe_init(WMADecodeContext* s, 166int wma_decode_superframe_init(WMADecodeContext* s,
167 const uint8_t *buf, int buf_size); 167 const uint8_t *buf, int buf_size);
168int wma_decode_superframe_frame(WMADecodeContext* s, 168int wma_decode_superframe_frame(WMADecodeContext* s,
169 int32_t *samples,
170 const uint8_t *buf, int buf_size); 169 const uint8_t *buf, int buf_size);
171#endif 170#endif