summaryrefslogtreecommitdiffstats
path: root/libavresample/internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-02-22 00:04:35 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-22 00:06:23 +0100
commitdb3f6465a63130f3c2133073dd6aaf88298497bc (patch)
tree2f8f9f6ddaa6b75105a7dc5b29bf46823eb287a9 /libavresample/internal.h
parent52a1a55f3014e0a9ad2461e2e17896ee27ba794d (diff)
parent12655c48049f9a52e5504bde90fe738862b0ff08 (diff)
downloadffmpeg-streaming-db3f6465a63130f3c2133073dd6aaf88298497bc.zip
ffmpeg-streaming-db3f6465a63130f3c2133073dd6aaf88298497bc.tar.gz
Merge commit '12655c48049f9a52e5504bde90fe738862b0ff08'
* commit '12655c48049f9a52e5504bde90fe738862b0ff08': libavresample: 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 fe6bd8f..2fc3f6d 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 */
OpenPOWER on IntegriCloud