From 3dde147ff92764b907db49b5237df7fd26359444 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 30 Mar 2012 23:34:22 +0200 Subject: cosmetics: Consistently place static, inline and av_cold attributes/keywords. --- libavcodec/mpegaudiodsp_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpegaudiodsp_template.c') diff --git a/libavcodec/mpegaudiodsp_template.c b/libavcodec/mpegaudiodsp_template.c index d616f8aec9..8a521d9d0c 100644 --- a/libavcodec/mpegaudiodsp_template.c +++ b/libavcodec/mpegaudiodsp_template.c @@ -192,7 +192,7 @@ void RENAME(ff_mpa_synth_filter)(MPADSPContext *s, MPA_INT *synth_buf_ptr, *synth_buf_offset = offset; } -void av_cold RENAME(ff_mpa_synth_init)(MPA_INT *window) +av_cold void RENAME(ff_mpa_synth_init)(MPA_INT *window) { int i, j; -- cgit v1.2.3