X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fffmpeg%2Flibavcodec%2Frv30dsp.c;h=8b205e09b65d7bdbe83267e5e1b56d9cdb123c5f;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=6cc27a2bd4d0f9c1748381a14fb42f0adfbef7ee;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/ffmpeg/libavcodec/rv30dsp.c b/src/third_party/ffmpeg/libavcodec/rv30dsp.c index 6cc27a2..8b205e0 100644 --- a/src/third_party/ffmpeg/libavcodec/rv30dsp.c +++ b/src/third_party/ffmpeg/libavcodec/rv30dsp.c @@ -31,7 +31,7 @@ #include "rv34dsp.h" #define RV30_LOWPASS(OPNAME, OP) \ -static av_unused void OPNAME ## rv30_tpel8_h_lowpass(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, const int C1, const int C2){\ +static void OPNAME ## rv30_tpel8_h_lowpass(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride, const int C1, const int C2){\ const int h = 8;\ const uint8_t *cm = ff_crop_tab + MAX_NEG_CROP;\ int i;\