# HG changeset patch # User alexc # Date 1279312135 0 # Node ID fca82e8683d4b9e79aabe9aa666ebde15f3a5b9c # Parent b3c39e9d4d3eb49a20dc7a776c1443c96b8bc0fb 10l: Add a missing const. diff -r b3c39e9d4d3e -r fca82e8683d4 aaccoder.c --- a/aaccoder.c Fri Jul 16 20:02:46 2010 +0000 +++ b/aaccoder.c Fri Jul 16 20:28:55 2010 +0000 @@ -223,7 +223,7 @@ QUANTIZE_AND_ENCODE_BAND_COST_FUNC(UPAIR, 0, 1, 1, 0) QUANTIZE_AND_ENCODE_BAND_COST_FUNC(ESC, 0, 1, 1, 1) -static float (*quantize_and_encode_band_cost_arr[])( +static float (*const quantize_and_encode_band_cost_arr[])( struct AACEncContext *s, PutBitContext *pb, const float *in, const float *scaled, int size, int scale_idx,