X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fppc%2Fh264_qpel.c;h=26e333effb3369090056038b3f03f226a7d48a1e;hb=78dc4cb26d5a4070a719c085a9d35451711b0b38;hp=39d68e0e7efc8debf7b36c05707239bec9f9c355;hpb=8265c0f43a441f2ec8eb31b6047297d8f18ebcda;p=ffmpeg diff --git a/libavcodec/ppc/h264_qpel.c b/libavcodec/ppc/h264_qpel.c index 39d68e0e7ef..26e333effb3 100644 --- a/libavcodec/ppc/h264_qpel.c +++ b/libavcodec/ppc/h264_qpel.c @@ -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;