Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-05-08 21:56:03 +0300
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-05-13 22:13:46 +0300
commitf6265a5cbcfb94c34e233a47930ec50495b176de (patch)
tree3ee1e02bd28fe7e3e3120b2137796956281bba8e /libswresample/resample.h
parent17ea1cd55960851f2e3e637ddf7fc5d35086a452 (diff)
swresample/arm: add ff_resample_common_apply_filter_{x4,x8}_{float,s16}_neon
Diffstat (limited to 'libswresample/resample.h')
-rw-r--r--libswresample/resample.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libswresample/resample.h b/libswresample/resample.h
index a126b11635..ca0cf2b114 100644
--- a/libswresample/resample.h
+++ b/libswresample/resample.h
@@ -60,5 +60,6 @@ typedef struct ResampleContext {
void swri_resample_dsp_init(ResampleContext *c);
void swri_resample_dsp_x86_init(ResampleContext *c);
+void swri_resample_dsp_arm_init(ResampleContext *c);
#endif /* SWRESAMPLE_RESAMPLE_H */