summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libffmpegFLAC/arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libffmpegFLAC/arm.h')
-rw-r--r--lib/rbcodec/codecs/libffmpegFLAC/arm.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/rbcodec/codecs/libffmpegFLAC/arm.h b/lib/rbcodec/codecs/libffmpegFLAC/arm.h
new file mode 100644
index 0000000000..39080d7f75
--- /dev/null
+++ b/lib/rbcodec/codecs/libffmpegFLAC/arm.h
@@ -0,0 +1,8 @@
1#ifndef _FLAC_ARM_H
2#define _FLAC_ARM_H
3
4#include "bitstream.h"
5
6void lpc_decode_arm(int blocksize, int qlevel, int pred_order, int32_t* data, int* coeffs);
7
8#endif