Commit c3bb2f72 authored by Michael Niedermayer's avatar Michael Niedermayer

dsputil_mmx: remove unused variables

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7ff3bfd5
......@@ -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, );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment