summaryrefslogtreecommitdiffstats
path: root/libavresample/internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-04-25 01:18:55 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-04-25 01:19:27 +0200
commite32fc9b45b114705b1503255e0a079cb69341ea7 (patch)
tree23305cb93931c0a9a0e13e40814055eee4f0e0b8 /libavresample/internal.h
parent26953ed2e39d7ffbe5125c901d665a5dddab45dd (diff)
parenta24a252709dd38f12aa4929ce4981f87091a5113 (diff)
downloadffmpeg-streaming-e32fc9b45b114705b1503255e0a079cb69341ea7.zip
ffmpeg-streaming-e32fc9b45b114705b1503255e0a079cb69341ea7.tar.gz
Merge commit 'a24a252709dd38f12aa4929ce4981f87091a5113'
* commit 'a24a252709dd38f12aa4929ce4981f87091a5113': aarch64: NEON optimized FIR audio resampling Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 2946126..fe6bd8f 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 */
OpenPOWER on IntegriCloud