summaryrefslogtreecommitdiffstats
path: root/libswresample/resample.h
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-05-08 18:56:03 +0000
committerMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-05-13 21:13:46 +0200
commitf6265a5cbcfb94c34e233a47930ec50495b176de (patch)
tree3ee1e02bd28fe7e3e3120b2137796956281bba8e /libswresample/resample.h
parent17ea1cd55960851f2e3e637ddf7fc5d35086a452 (diff)
downloadffmpeg-streaming-f6265a5cbcfb94c34e233a47930ec50495b176de.zip
ffmpeg-streaming-f6265a5cbcfb94c34e233a47930ec50495b176de.tar.gz
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 a126b11..ca0cf2b 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 */
OpenPOWER on IntegriCloud