Mercurial > SDL_sound_CoreAudio
comparison decoders/mpglib/layer1.c @ 281:ad4c8f34136a
Minor formatting updates.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 14 Mar 2002 21:12:46 +0000 |
parents | 52b9f37998db |
children |
comparison
equal
deleted
inserted
replaced
280:06fbb106a554 | 281:ad4c8f34136a |
---|---|
109 *f0++ = 0.0; | 109 *f0++ = 0.0; |
110 } | 110 } |
111 } | 111 } |
112 } | 112 } |
113 | 113 |
114 int do_layer1(struct frame *fr,unsigned char *pcm_sample,int *pcm_point,struct mpstr *mp) | 114 int do_layer1(struct frame *fr,unsigned char *pcm_sample, |
115 int *pcm_point,struct mpstr *mp) | |
115 { | 116 { |
116 int clip=0; | 117 int clip=0; |
117 int i,stereo = fr->stereo; | 118 int i,stereo = fr->stereo; |
118 unsigned int balloc[2*SBLIMIT]; | 119 unsigned int balloc[2*SBLIMIT]; |
119 unsigned int scale_index[2][SBLIMIT]; | 120 unsigned int scale_index[2][SBLIMIT]; |