avcodec/dv: remove unused var dvquantareas

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/125/head
Martin Vignali 10 years ago committed by Michael Niedermayer
parent 5f9d30ae8f
commit 7fb186784a
  1. 2
      libavcodec/dv.c

@ -173,8 +173,6 @@ static inline void dv_calc_mb_coordinates(const AVDVProfile *d, int chan,
}
}
static const uint8_t dv_quant_areas[4] = { 6, 21, 43, 64 };
int ff_dv_init_dynamic_tables(DVVideoContext *ctx, const AVDVProfile *d)
{
int j, i, c, s, p;

Loading…
Cancel
Save