[FFmpeg-cvslog] avcodec/dv: remove unused var dvquantareas

Martin Vignali git at videolan.org
Fri Mar 20 04:40:34 CET 2015


ffmpeg | branch: master | Martin Vignali <martin.vignali at gmail.com> | Thu Mar 19 22:11:41 2015 +0100| [7fb186784aad5ade06f27c0e7f73a74e873f733d] | committer: Michael Niedermayer

avcodec/dv: remove unused var dvquantareas

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7fb186784aad5ade06f27c0e7f73a74e873f733d
---

 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;



More information about the ffmpeg-cvslog mailing list