diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-02-22 00:04:35 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-22 00:06:23 +0100 |
commit | db3f6465a63130f3c2133073dd6aaf88298497bc (patch) | |
tree | 2f8f9f6ddaa6b75105a7dc5b29bf46823eb287a9 /libavresample/internal.h | |
parent | 52a1a55f3014e0a9ad2461e2e17896ee27ba794d (diff) | |
parent | 12655c48049f9a52e5504bde90fe738862b0ff08 (diff) | |
download | ffmpeg-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavresample/internal.h b/libavresample/internal.h index fe6bd8fa63..2fc3f6da67 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 */ |