summaryrefslogtreecommitdiff
path: root/libavresample/resample.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavresample/resample.c')
-rw-r--r--libavresample/resample.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavresample/resample.c b/libavresample/resample.c
index 4553b2c6eb..dd0ea133f6 100644
--- a/libavresample/resample.c
+++ b/libavresample/resample.c
@@ -172,6 +172,8 @@ ResampleContext *ff_audio_resample_init(AVAudioResampleContext *avr)
if (ARCH_AARCH64)
ff_audio_resample_init_aarch64(c, avr->internal_sample_fmt);
+ if (ARCH_ARM)
+ ff_audio_resample_init_arm(c, avr->internal_sample_fmt);
felem_size = av_get_bytes_per_sample(avr->internal_sample_fmt);
c->filter_bank = av_mallocz(c->filter_length * (phase_count + 1) * felem_size);