Commit 3963a17d authored by Måns Rullgård's avatar Måns Rullgård

AAC: add a const to decode_spectrum_and_dequant() args

Originally committed as revision 21099 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 101ada9a
......@@ -866,7 +866,7 @@ static void decode_mid_side_stereo(ChannelElement *cpe, GetBitContext *gb,
* @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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment