Commit 7fb18678 authored by Martin Vignali's avatar Martin Vignali Committed by Michael Niedermayer

avcodec/dv: remove unused var dvquantareas

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5f9d30ae
...@@ -173,8 +173,6 @@ static inline void dv_calc_mb_coordinates(const AVDVProfile *d, int chan, ...@@ -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 ff_dv_init_dynamic_tables(DVVideoContext *ctx, const AVDVProfile *d)
{ {
int j, i, c, s, p; int j, i, c, s, p;
......
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