]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h264qpel_template.c
dnxhddata: Fix 10-bit DNxHD quant matrices
[ffmpeg] / libavcodec / h264qpel_template.c
index 7dd901ce24be2288393c12fcb845f962eb204883..e846ac9e91dec716ade238e92487920523ea0f86 100644 (file)
@@ -378,7 +378,7 @@ static void FUNC(OPNAME ## h264_qpel16_hv_lowpass)(uint8_t *dst, int16_t *tmp, c
 }\
 
 #define H264_MC(OPNAME, SIZE) \
-static av_unused void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc00)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
+static void FUNCC(OPNAME ## h264_qpel ## SIZE ## _mc00)(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
 {\
     FUNCC(OPNAME ## pixels ## SIZE)(dst, src, stride, SIZE);\
 }\