comparison cook.c @ 6903:0f63fc62ea8b libavcodec

consistency cosmetics: indices --> indexes
author diego
date Mon, 26 May 2008 23:14:25 +0000
parents 64998f9abdb6
children e943e1409077
comparison
equal deleted inserted replaced
6902:b6e110c575ff 6903:0f63fc62ea8b
347 347
348 /** 348 /**
349 * Fill the gain array for the timedomain quantization. 349 * Fill the gain array for the timedomain quantization.
350 * 350 *
351 * @param q pointer to the COOKContext 351 * @param q pointer to the COOKContext
352 * @param gaininfo[9] array of gain indices 352 * @param gaininfo[9] array of gain indexes
353 */ 353 */
354 354
355 static void decode_gain_info(GetBitContext *gb, int *gaininfo) 355 static void decode_gain_info(GetBitContext *gb, int *gaininfo)
356 { 356 {
357 int i, n; 357 int i, n;