]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc.c
avcodec: rename the AV1 profiles
[ffmpeg] / libavcodec / mpc.c
index 97b405f42ca3cd9e31bb8cd1416fb16f512c8703..88f722619be5f5e6f2fabd20211a9d775632d6c8 100644 (file)
  * divided into 32 subbands.
  */
 
+#include "libavutil/attributes.h"
 #include "avcodec.h"
-#include "get_bits.h"
 #include "mpegaudiodsp.h"
 #include "mpegaudio.h"
 
 #include "mpc.h"
 #include "mpcdata.h"
 
-void ff_mpc_init(void)
+av_cold void ff_mpc_init(void)
 {
     ff_mpa_synth_init_fixed(ff_mpa_synth_window_fixed);
 }