summaryrefslogtreecommitdiff
path: root/libavresample/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavresample/internal.h')
-rw-r--r--libavresample/internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavresample/internal.h b/libavresample/internal.h
index e59758c29b..b88b7587aa 100644
--- a/libavresample/internal.h
+++ b/libavresample/internal.h
@@ -110,4 +110,7 @@ struct AVAudioResampleContext {
void ff_audio_resample_init_aarch64(ResampleContext *c,
enum AVSampleFormat sample_fmt);
+void ff_audio_resample_init_arm(ResampleContext *c,
+ enum AVSampleFormat sample_fmt);
+
#endif /* AVRESAMPLE_INTERNAL_H */