]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/x86/mpegvideo.c
Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'
[ffmpeg] / libavcodec / x86 / mpegvideo.c
index f4bf05ffdd17c8ad5d2c967cd01572b0b763bd3c..697d28ba1d3df88138e1b42774451e46dff84b74 100644 (file)
@@ -19,6 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "libavutil/attributes.h"
 #include "libavutil/cpu.h"
 #include "libavutil/x86/asm.h"
 #include "libavcodec/avcodec.h"
@@ -576,7 +577,7 @@ static void  denoise_dct_sse2(MpegEncContext *s, int16_t *block){
 
 #endif /* HAVE_INLINE_ASM */
 
-void ff_MPV_common_init_x86(MpegEncContext *s)
+av_cold void ff_MPV_common_init_x86(MpegEncContext *s)
 {
 #if HAVE_INLINE_ASM
     int mm_flags = av_get_cpu_flags();