summaryrefslogtreecommitdiff
path: root/apps/codecs/libwmapro/wmapro_mdct.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwmapro/wmapro_mdct.h')
-rw-r--r--apps/codecs/libwmapro/wmapro_mdct.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/codecs/libwmapro/wmapro_mdct.h b/apps/codecs/libwmapro/wmapro_mdct.h
new file mode 100644
index 0000000000..00fec09cf8
--- /dev/null
+++ b/apps/codecs/libwmapro/wmapro_mdct.h
@@ -0,0 +1,8 @@
1#ifndef _WMAPRO_MDCT_H_
2#define _WMAPRO_MDCT_H_
3
4#include <inttypes.h>
5
6void imdct_half(unsigned int nbits, int32_t *output, const int32_t *input);
7
8#endif