comparison libfaad2/pulse.c @ 14729:b4378a6f87a6

Sync missing cosmetics from the 2004-07-12 CVS snapshot.
author diego
date Sat, 19 Feb 2005 01:21:19 +0000
parents 2ae5ab4331ca
children 59b6fa5b4201
comparison
equal deleted inserted replaced
14728:e59f6e015975 14729:b4378a6f87a6
37 uint16_t k; 37 uint16_t k;
38 pulse_info *pul = &(ics->pul); 38 pulse_info *pul = &(ics->pul);
39 39
40 k = ics->swb_offset[pul->pulse_start_sfb]; 40 k = ics->swb_offset[pul->pulse_start_sfb];
41 41
42 for(i = 0; i <= pul->number_pulse; i++) { 42 for (i = 0; i <= pul->number_pulse; i++)
43 {
43 k += pul->pulse_offset[i]; 44 k += pul->pulse_offset[i];
44 45
45 if (k >= framelen) 46 if (k >= framelen)
46 return 15; /* should not be possible */ 47 return 15; /* should not be possible */
47 48