From 05afc5f57d19ab403f4c798b5a479ae016a2307c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 4 Apr 2012 17:13:13 +0200 Subject: dv: Move static tables only used in one place to where they are used. --- libavcodec/dvdec.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/dvdec.c') diff --git a/libavcodec/dvdec.c b/libavcodec/dvdec.c index 8f52959e0c..582574b14d 100644 --- a/libavcodec/dvdec.c +++ b/libavcodec/dvdec.c @@ -54,6 +54,8 @@ typedef struct BlockInfo { int shift_offset; } BlockInfo; +static const int dv_iweight_bits = 14; + /* decode AC coefficients */ static void dv_decode_ac(GetBitContext *gb, BlockInfo *mb, DCTELEM *block) { -- cgit v1.2.3