cosmetics: Consistently place static, inline and av_cold attributes/keywords.

This commit is contained in:
Diego Biurrun
2012-03-30 23:34:22 +02:00
parent d4f05ae3b6
commit 3dde147ff9
15 changed files with 21 additions and 21 deletions

View File

@@ -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;