From a989825cc1c035df539c70591e54e80d036eaec5 Mon Sep 17 00:00:00 2001
From: Martin Vignali <martin.vignali@gmail.com>
Date: Thu, 19 Mar 2015 22:11:41 +0100
Subject: [PATCH 3/3] remove unused var dvquantareas

---
 libavcodec/dv.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/dv.c b/libavcodec/dv.c
index 4c46a53..31d1315 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;
-- 
1.9.3 (Apple Git-50)

