]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc.c
dxva2: Keep code shared between dxva2 and d3d11va under the correct #if
[ffmpeg] / libavcodec / mpc.c
index 5a54a9bad975529ee243c3d5ab6fe17d24a1bb10..88f722619be5f5e6f2fabd20211a9d775632d6c8 100644 (file)
  * divided into 32 subbands.
  */
 
+#include "libavutil/attributes.h"
 #include "avcodec.h"
-#include "get_bits.h"
-#include "dsputil.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);
 }