Mercurial > libavcodec.hg
changeset 10819:dc84199b3306 libavcodec
AAC: add a const to decode_spectrum_and_dequant() args
author | mru |
---|---|
date | Fri, 08 Jan 2010 17:52:54 +0000 |
parents | 514dc1c87b2e |
children | 22afa8a8f4d5 |
files | aac.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/aac.c Fri Jan 08 17:51:48 2010 +0000 +++ b/aac.c Fri Jan 08 17:52:54 2010 +0000 @@ -866,7 +866,7 @@ * @return Returns error status. 0 - OK, !0 - error */ static int decode_spectrum_and_dequant(AACContext *ac, float coef[1024], - GetBitContext *gb, float sf[120], + GetBitContext *gb, const float sf[120], int pulse_present, const Pulse *pulse, const IndividualChannelStream *ics, enum BandType band_type[120])