summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/libwma/wmadec.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h
index e3e5d389ae..395b29f6e8 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);
158int wma_decode_superframe(WMADecodeContext* s, 158int wma_decode_superframe(WMADecodeContext* s,
159 void *data, int *data_size, 159 void *data, int *data_size,
160 uint8_t *buf, int buf_size); 160 uint8_t *buf, int buf_size);
161int wma_decode_end(WMADecodeContext *s);
162
163#endif 161#endif