diff options
author | Måns Rullgård <mans@mansr.com> | 2010-04-12 20:45:33 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-04-12 20:45:33 +0000 |
commit | 08255107cf4f206a8172ffdf7abe5ffa4817dd3f (patch) | |
tree | 4ac9434e54f90592cc44af347097d5971d39f93f /libavcodec/dcadsp.h | |
parent | e168a5567a2b4c2e381bba081c93eb747ec886ca (diff) | |
download | ffmpeg-08255107cf4f206a8172ffdf7abe5ffa4817dd3f.tar.gz |
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.h | 1 |
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 */ |