comparison aac.c @ 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 750102456f00
children 3d011a01a6a0
comparison
equal deleted inserted replaced
10818:514dc1c87b2e 10819:dc84199b3306
864 * @param band_type array of the used band type 864 * @param band_type array of the used band type
865 * 865 *
866 * @return Returns error status. 0 - OK, !0 - error 866 * @return Returns error status. 0 - OK, !0 - error
867 */ 867 */
868 static int decode_spectrum_and_dequant(AACContext *ac, float coef[1024], 868 static int decode_spectrum_and_dequant(AACContext *ac, float coef[1024],
869 GetBitContext *gb, float sf[120], 869 GetBitContext *gb, const float sf[120],
870 int pulse_present, const Pulse *pulse, 870 int pulse_present, const Pulse *pulse,
871 const IndividualChannelStream *ics, 871 const IndividualChannelStream *ics,
872 enum BandType band_type[120]) 872 enum BandType band_type[120])
873 { 873 {
874 int i, k, g, idx = 0; 874 int i, k, g, idx = 0;