From d9e2aceb7f1c712a52672129ca7971872b030e1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reimar=20D=C3=B6ffinger?= Date: Fri, 29 Aug 2014 00:32:32 +0200 Subject: Add missing "const" all over the place. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only "./configure --enable-gpl" on x86 was tested. Signed-off-by: Reimar Döffinger --- libavcodec/g722dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/g722dec.c') diff --git a/libavcodec/g722dec.c b/libavcodec/g722dec.c index 470fbbfff7..14bd67e95f 100644 --- a/libavcodec/g722dec.c +++ b/libavcodec/g722dec.c @@ -77,7 +77,7 @@ static const int16_t low_inv_quant5[32] = { 587, 473, 370, 276, 190, 110, 35, -35 }; -static const int16_t *low_inv_quants[3] = { ff_g722_low_inv_quant6, +static const int16_t * const low_inv_quants[3] = { ff_g722_low_inv_quant6, low_inv_quant5, ff_g722_low_inv_quant4 }; -- cgit v1.2.1