Commit 7b7f8d3e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'df0891fc'

* commit 'df0891fc':
  libavresample: Annotate AARCH64 init function with av_cold
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents dc6eadaa df0891fc
......@@ -45,8 +45,8 @@ void ff_resample_one_s32_neon(struct ResampleContext *c, void *dst0,
int dst_index, const void *src0,
unsigned int index, int frac);
void ff_audio_resample_init_aarch64(ResampleContext *c,
enum AVSampleFormat sample_fmt)
av_cold void ff_audio_resample_init_aarch64(ResampleContext *c,
enum AVSampleFormat sample_fmt)
{
int cpu_flags = av_get_cpu_flags();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment