Mercurial > SDL_sound_CoreAudio
diff 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 |
line wrap: on
line diff
--- a/decoders/mpglib/layer1.c Thu Mar 14 21:11:52 2002 +0000 +++ b/decoders/mpglib/layer1.c Thu Mar 14 21:12:46 2002 +0000 @@ -111,7 +111,8 @@ } } -int do_layer1(struct frame *fr,unsigned char *pcm_sample,int *pcm_point,struct mpstr *mp) +int do_layer1(struct frame *fr,unsigned char *pcm_sample, + int *pcm_point,struct mpstr *mp) { int clip=0; int i,stereo = fr->stereo;