comparison mpc.c @ 4908:777f250df232 libavcodec

Fix multiple "¡Æinline/static¡Ç is not at beginning of declaration" warnings.
author diego
date Sat, 05 May 2007 12:18:14 +0000
parents 0430aafe6f01
children 2a9c085590bb
comparison
equal deleted inserted replaced
4907:2eac08efc196 4908:777f250df232
161 } 161 }
162 162
163 /** 163 /**
164 * Fill samples for given subband 164 * Fill samples for given subband
165 */ 165 */
166 static void inline idx_to_quant(MPCContext *c, GetBitContext *gb, int idx, int *dst) 166 static inline void idx_to_quant(MPCContext *c, GetBitContext *gb, int idx, int *dst)
167 { 167 {
168 int i, i1, t; 168 int i, i1, t;
169 switch(idx){ 169 switch(idx){
170 case -1: 170 case -1:
171 for(i = 0; i < SAMPLES_PER_BAND; i++){ 171 for(i = 0; i < SAMPLES_PER_BAND; i++){