summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <[email protected]>2013-03-13 15:07:46 +0100
committerMichael Niedermayer <[email protected]>2013-03-13 15:07:46 +0100
commitc3bb2f729633898b1eecad130b2181f984fec222 (patch)
treedb7efe3e5fd32573846a478cd91f506bdfeb05db
parent7ff3bfd584a732e6b8b601e13d171a0f0200c151 (diff)
dsputil_mmx: remove unused variables
Signed-off-by: Michael Niedermayer <[email protected]>
-rw-r--r--libavcodec/x86/dsputil_mmx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c
index 30f910bf18..fe59d22017 100644
--- a/libavcodec/x86/dsputil_mmx.c
+++ b/libavcodec/x86/dsputil_mmx.c
@@ -1466,8 +1466,6 @@ static av_cold void dsputil_init_mmx(DSPContext *c, AVCodecContext *avctx,
static av_cold void dsputil_init_mmxext(DSPContext *c, AVCodecContext *avctx,
int mm_flags)
{
- const int bit_depth = avctx->bits_per_raw_sample;
- const int high_bit_depth = bit_depth > 8;
#if HAVE_YASM
SET_QPEL_FUNCS(avg_qpel, 0, 16, mmxext, );