mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
libavresample: Annotate AARCH64 init function with av_cold
Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
46ad9ac964
commit
df0891fc8f
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue