Mercurial > libavcodec.hg
changeset 12179:fca82e8683d4 libavcodec
10l: Add a missing const.
| author | alexc |
|---|---|
| date | Fri, 16 Jul 2010 20:28:55 +0000 |
| parents | b3c39e9d4d3e |
| children | b24153464669 |
| files | aaccoder.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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,
