summaryrefslogtreecommitdiff
path: root/libswresample/resample.h
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@gmail.com>2017-01-09 14:26:37 +0000
committerMatthieu Bouron <matthieu.bouron@gmail.com>2017-01-13 21:24:19 +0100
commit0265aec5650dcb17a8e3e8b0a36c3979dbd64188 (patch)
tree6747c18fe409f453b08098632b5bc400ef921327 /libswresample/resample.h
parent2eaee6e79bfb1d495181aaa0e54b8c955c473f0e (diff)
swresample/aarch64: 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 946f5cc8e3..1731dad3cf 100644
--- a/libswresample/resample.h
+++ b/libswresample/resample.h
@@ -63,5 +63,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);
+void swri_resample_dsp_aarch64_init(ResampleContext *c);
#endif /* SWRESAMPLE_RESAMPLE_H */