From 7fb186784aad5ade06f27c0e7f73a74e873f733d Mon Sep 17 00:00:00 2001 From: Martin Vignali Date: Thu, 19 Mar 2015 22:11:41 +0100 Subject: [PATCH] avcodec/dv: remove unused var dvquantareas Signed-off-by: Michael Niedermayer --- libavcodec/dv.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 4c46a530bf..31d1315f38 100644 --- a/libavcodec/dv.c +++ b/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;