summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/wmadec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/wmadec.h')
-rw-r--r--apps/codecs/libwma/wmadec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h
index 8ae49eed0c..95eb31956a 100644
--- a/apps/codecs/libwma/wmadec.h
+++ b/apps/codecs/libwma/wmadec.h
@@ -172,6 +172,6 @@ int wma_decode_init(WMADecodeContext* s, asf_waveformatex_t *wfx);
172int wma_decode_superframe_init(WMADecodeContext* s, 172int wma_decode_superframe_init(WMADecodeContext* s,
173 uint8_t *buf, int buf_size); 173 uint8_t *buf, int buf_size);
174int wma_decode_superframe_frame(WMADecodeContext* s, 174int wma_decode_superframe_frame(WMADecodeContext* s,
175 int16_t *samples, 175 int32_t *samples,
176 uint8_t *buf, int buf_size); 176 uint8_t *buf, int buf_size);
177#endif 177#endif