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 057f89a49c..e59758c29b 100644
--- a/libavresample/internal.h
+++ b/libavresample/internal.h
@@ -107,4 +107,7 @@ struct AVAudioResampleContext {
ChannelMapInfo ch_map_info;
};
+
+void ff_audio_resample_init_aarch64(ResampleContext *c,
+ enum AVSampleFormat sample_fmt);
#endif /* AVRESAMPLE_INTERNAL_H */