summaryrefslogtreecommitdiff
path: root/libavcodec/dcadsp.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-04-12 20:45:33 +0000
committerMåns Rullgård <mans@mansr.com>2010-04-12 20:45:33 +0000
commit08255107cf4f206a8172ffdf7abe5ffa4817dd3f (patch)
tree4ac9434e54f90592cc44af347097d5971d39f93f /libavcodec/dcadsp.h
parente168a5567a2b4c2e381bba081c93eb747ec886ca (diff)
DCA: ARM/NEON optimised lfe_fir
Originally committed as revision 22863 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dcadsp.h')
-rw-r--r--libavcodec/dcadsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dcadsp.h b/libavcodec/dcadsp.h
index 807fe1cdbc..20020ae06c 100644
--- a/libavcodec/dcadsp.h
+++ b/libavcodec/dcadsp.h
@@ -25,5 +25,6 @@ typedef struct DCADSPContext {
} DCADSPContext;
void ff_dcadsp_init(DCADSPContext *s);
+void ff_dcadsp_init_arm(DCADSPContext *s);
#endif /* AVCODEC_DCADSP_H */