diff options
author | Martin Vignali <martin.vignali@gmail.com> | 2015-03-19 22:11:41 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-20 04:39:10 +0100 |
commit | 7fb186784aad5ade06f27c0e7f73a74e873f733d (patch) | |
tree | a1a2b440b40dfd32f5163b2d3f554a54c40a5ae2 /libavcodec | |
parent | 5f9d30ae8f6a9bd7c074779bb7d25038e11402f6 (diff) | |
download | ffmpeg-7fb186784aad5ade06f27c0e7f73a74e873f733d.tar.gz |
avcodec/dv: remove unused var dvquantareas
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/dv.c | 2 |
1 files changed, 0 insertions, 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; |