]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ppc/h264_qpel.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / ppc / h264_qpel.c
index 39d68e0e7efc8debf7b36c05707239bec9f9c355..26e333effb3369090056038b3f03f226a7d48a1e 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 #include "config.h"
+#include "libavutil/attributes.h"
 #include "libavcodec/h264qpel.h"
 
 #if HAVE_ALTIVEC
@@ -286,7 +287,8 @@ void ff_dsputil_h264_init_ppc(DSPContext* c, AVCodecContext *avctx)
 }
 #endif /* HAVE_ALTIVEC */
 
-void ff_h264qpel_init_ppc(H264QpelContext* c, int bit_depth) {
+av_cold void ff_h264qpel_init_ppc(H264QpelContext *c, int bit_depth)
+{
 #if HAVE_ALTIVEC
     const int high_bit_depth = bit_depth > 8;