summaryrefslogtreecommitdiff
path: root/libavcodec/flacdsp.h
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-07-05 22:47:41 +0100
committerMans Rullgard <mans@mansr.com>2012-09-15 23:54:21 +0100
commit7689eea49ae70591fa9cf26b09b315821d25b9bf (patch)
treeaf53f7c08b15e7f455e4b2bb9fbb710d8f622492 /libavcodec/flacdsp.h
parentc1c8fdab46414e3518400d6ee18916d2444a06d7 (diff)
flacdsp: arm optimised lpc filter
Diffstat (limited to 'libavcodec/flacdsp.h')
-rw-r--r--libavcodec/flacdsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/flacdsp.h b/libavcodec/flacdsp.h
index 16515539a6..429daab346 100644
--- a/libavcodec/flacdsp.h
+++ b/libavcodec/flacdsp.h
@@ -30,5 +30,6 @@ typedef struct FLACDSPContext {
} FLACDSPContext;
void ff_flacdsp_init(FLACDSPContext *c, enum AVSampleFormat fmt, int bps);
+void ff_flacdsp_init_arm(FLACDSPContext *c, enum AVSampleFormat fmt, int bps);
#endif /* AVCODEC_FLACDSP_H */