mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
cosmetics: Consistently place static, inline and av_cold attributes/keywords.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
void ff_dca_lfe_fir_neon(float *out, const float *in, const float *coefs,
|
||||
int decifactor, float scale);
|
||||
|
||||
void av_cold ff_dcadsp_init_arm(DCADSPContext *s)
|
||||
av_cold void ff_dcadsp_init_arm(DCADSPContext *s)
|
||||
{
|
||||
if (HAVE_NEON)
|
||||
s->lfe_fir = ff_dca_lfe_fir_neon;
|
||||
|
||||
Reference in New Issue
Block a user