Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-09-03 01:25:07 +0400
committerDiego Biurrun <diego@biurrun.de>2014-09-05 15:55:04 +0400
commit2143948381c8118bdc2f50bd4079520b9885bd54 (patch)
tree94091b8539434e98cb8b96b07221b15bb535b5bb /libavcodec/rv40dsp.c
parent213e606752d16f51337e94431962fb5d7749c07e (diff)
Drop unnecessary av_unused attributes.
Diffstat (limited to 'libavcodec/rv40dsp.c')
-rw-r--r--libavcodec/rv40dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rv40dsp.c b/libavcodec/rv40dsp.c
index d1643e0fca..da3efb4442 100644
--- a/libavcodec/rv40dsp.c
+++ b/libavcodec/rv40dsp.c
@@ -34,7 +34,7 @@
#include "rv34dsp.h"
#define RV40_LOWPASS(OPNAME, OP) \
-static av_unused void OPNAME ## rv40_qpel8_h_lowpass(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride,\
+static void OPNAME ## rv40_qpel8_h_lowpass(uint8_t *dst, const uint8_t *src, int dstStride, int srcStride,\
const int h, const int C1, const int C2, const int SHIFT){\
const uint8_t *cm = ff_crop_tab + MAX_NEG_CROP;\
int i;\