[FFmpeg-cvslog] r21099 - trunk/libavcodec/aac.c
mru
subversion
Fri Jan 8 18:52:55 CET 2010
Author: mru
Date: Fri Jan 8 18:52:54 2010
New Revision: 21099
Log:
AAC: add a const to decode_spectrum_and_dequant() args
Modified:
trunk/libavcodec/aac.c
Modified: trunk/libavcodec/aac.c
==============================================================================
--- trunk/libavcodec/aac.c Fri Jan 8 18:51:48 2010 (r21098)
+++ trunk/libavcodec/aac.c Fri Jan 8 18:52:54 2010 (r21099)
@@ -866,7 +866,7 @@ static void decode_mid_side_stereo(Chann
* @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])
More information about the ffmpeg-cvslog
mailing list