From 564c9e9953ca1cc050417ddc1febab01124c69f5 Mon Sep 17 00:00:00 2001
From: Martin Vignali <martin.vignali@gmail.com>
Date: Thu, 19 Mar 2015 22:10:57 +0100
Subject: [PATCH 2/3] remove unused var dv100qstep

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

diff --git a/libavcodec/dv.c b/libavcodec/dv.c
index 2bc7fc5..4c46a53 100644
--- a/libavcodec/dv.c
+++ b/libavcodec/dv.c
@@ -173,13 +173,6 @@ static inline void dv_calc_mb_coordinates(const AVDVProfile *d, int chan,
     }
 }
 
-/* quantization quanta by QNO for DV100 */
-static const uint8_t dv100_qstep[16] = {
-    1, /* QNO = 0 and 1 both have no quantization */
-    1,
-    2, 3, 4, 5, 6, 7, 8, 16, 18, 20, 22, 24, 28, 52
-};
-
 static const uint8_t dv_quant_areas[4] = { 6, 21, 43, 64 };
 
 int ff_dv_init_dynamic_tables(DVVideoContext *ctx, const AVDVProfile *d)
-- 
1.9.3 (Apple Git-50)

