summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-03-13 15:07:46 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-03-13 15:07:46 +0100
commitc3bb2f729633898b1eecad130b2181f984fec222 (patch)
treedb7efe3e5fd32573846a478cd91f506bdfeb05db
parent7ff3bfd584a732e6b8b601e13d171a0f0200c151 (diff)
downloadffmpeg-streaming-c3bb2f729633898b1eecad130b2181f984fec222.zip
ffmpeg-streaming-c3bb2f729633898b1eecad130b2181f984fec222.tar.gz
dsputil_mmx: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-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 30f910b..fe59d22 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, );
OpenPOWER on IntegriCloud