From 0ac6b92ec9da57d52b2770ebe610fbb5056c8c7c Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 19 Feb 2005 01:21:19 +0000 Subject: Sync missing cosmetics from the 2004-07-12 CVS snapshot. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14730 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libfaad2/pulse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libfaad2/pulse.c') diff --git a/libfaad2/pulse.c b/libfaad2/pulse.c index 33843646c4..351a4eb74b 100644 --- a/libfaad2/pulse.c +++ b/libfaad2/pulse.c @@ -39,7 +39,8 @@ uint8_t pulse_decode(ic_stream *ics, int16_t *spec_data, uint16_t framelen) k = ics->swb_offset[pul->pulse_start_sfb]; - for(i = 0; i <= pul->number_pulse; i++) { + for (i = 0; i <= pul->number_pulse; i++) + { k += pul->pulse_offset[i]; if (k >= framelen) -- cgit v1.2.3