Mercurial > SDL_sound_CoreAudio
changeset 281:ad4c8f34136a
Minor formatting updates.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 14 Mar 2002 21:12:46 +0000 |
parents | 06fbb106a554 |
children | 464089180e49 |
files | decoders/mpglib/interface.c decoders/mpglib/layer1.c decoders/mpglib/layer2.c decoders/mpglib/layer3.c |
diffstat | 4 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/decoders/mpglib/interface.c Thu Mar 14 21:11:52 2002 +0000 +++ b/decoders/mpglib/interface.c Thu Mar 14 21:12:46 2002 +0000 @@ -10,11 +10,8 @@ #include "mpg123_sdlsound.h" #include "mpglib_sdlsound.h" -/* Global mp .. it's a hack */ -/*struct mpstr *gmp;*/ - -BOOL InitMP3(struct mpstr *mp) +BOOL InitMP3(struct mpstr *mp) { static int init = 0;
--- 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;
--- a/decoders/mpglib/layer2.c Thu Mar 14 21:11:52 2002 +0000 +++ b/decoders/mpglib/layer2.c Thu Mar 14 21:12:46 2002 +0000 @@ -247,7 +247,8 @@ fr->II_sblimit = sblim; } -int do_layer2(struct frame *fr,unsigned char *pcm_sample,int *pcm_point,struct mpstr *mp) +int do_layer2(struct frame *fr,unsigned char *pcm_sample, + int *pcm_point,struct mpstr *mp) { int clip=0; int i,j;
--- a/decoders/mpglib/layer3.c Thu Mar 14 21:11:52 2002 +0000 +++ b/decoders/mpglib/layer3.c Thu Mar 14 21:12:46 2002 +0000 @@ -1867,7 +1867,8 @@ /* * main layer3 handler */ -int do_layer3(struct frame *fr,unsigned char *pcm_sample,int *pcm_point,struct mpstr *mp) +int do_layer3(struct frame *fr,unsigned char *pcm_sample, + int *pcm_point,struct mpstr *mp) { int gr, ch, ss,clip=0; int scalefacs[2][39]; /* max 39 for short[13][3] mode, mixed: 38, long: 22 */