Author: superdump Date: Thu Aug 7 12:05:35 2008 New Revision: 3055 Log: Sync decode_scalefactors() comment with function name
Modified: aac/aac.c Modified: aac/aac.c ============================================================================== --- aac/aac.c (original) +++ aac/aac.c Thu Aug 7 12:05:35 2008 @@ -717,7 +717,7 @@ static int decode_band_types(AACContext } /** - * Decode scale_factor_data; reference: table 4.47. + * Decode scalefactors; reference: table 4.47. * * @param mix_gain channel gain (Not used by AAC bitstream.) * @param global_gain first scalefactor value as scalefactors are differentially coded _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
