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.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