summaryrefslogtreecommitdiff
path: root/libavcodec/svq3.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-10-31 23:49:12 +0100
committerDiego Biurrun <diego@biurrun.de>2016-11-03 15:52:12 +0100
commit13fcdfb976038f63b9f753e2ebcc8e04d7c7abc2 (patch)
tree4c8c773178d5510d88cf1e7d9ec34b0c33f6e6a0 /libavcodec/svq3.c
parentee59f0540875ab42496af2aacddd942757707683 (diff)
svq3: Drop unused function dctcoef_get()
libavcodec/svq3.c:627:29: warning: unused function 'dctcoef_get' [-Wunused-function]
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r--libavcodec/svq3.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index aa85e7c59f..51657372ae 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -622,11 +622,6 @@ static av_always_inline void hl_decode_mb_idct_luma(SVQ3Context *s,
}
}
-static av_always_inline int dctcoef_get(int16_t *mb, int index)
-{
- return AV_RN16A(mb + index);
-}
-
static av_always_inline void hl_decode_mb_predict_luma(SVQ3Context *s,
int mb_type,
const int *block_offset,