diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-04-25 01:18:55 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-25 01:19:27 +0200 |
commit | e32fc9b45b114705b1503255e0a079cb69341ea7 (patch) | |
tree | 23305cb93931c0a9a0e13e40814055eee4f0e0b8 /libavresample/internal.h | |
parent | 26953ed2e39d7ffbe5125c901d665a5dddab45dd (diff) | |
parent | a24a252709dd38f12aa4929ce4981f87091a5113 (diff) | |
download | ffmpeg-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavresample/internal.h b/libavresample/internal.h index 2946126c78..fe6bd8fa63 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 */ |