comparison cook.c @ 12113:495b13d86191 libavcodec

Restore array sizes in doxygen parameter names.
author diego
date Thu, 08 Jul 2010 13:35:46 +0000
parents 313167689ce8
children 0ae85799341a
comparison
equal deleted inserted replaced
12112:3c5a6cc5a652 12113:495b13d86191
363 } 363 }
364 364
365 /** 365 /**
366 * Fill the gain array for the timedomain quantization. 366 * Fill the gain array for the timedomain quantization.
367 * 367 *
368 * @param gb pointer to the GetBitContext 368 * @param gb pointer to the GetBitContext
369 * @param gaininfo array of gain indexes 369 * @param gaininfo[9] array of gain indexes
370 */ 370 */
371 371
372 static void decode_gain_info(GetBitContext *gb, int *gaininfo) 372 static void decode_gain_info(GetBitContext *gb, int *gaininfo)
373 { 373 {
374 int i, n; 374 int i, n;