]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpegaudiodsp_template.c
alac: simplify 1st order prediction and reading of warm-up samples
[ffmpeg] / libavcodec / mpegaudiodsp_template.c
index d616f8aec93c06eecd0acf87e178ee3320252e22..8a521d9d0ca0798c75f9cdfdf9887aa0c33c746a 100644 (file)
@@ -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;