Mercurial > SDL_sound_CoreAudio
comparison decoders/mpglib/interface.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 | fb519e6028e3 |
comparison
equal
deleted
inserted
replaced
280:06fbb106a554 | 281:ad4c8f34136a |
---|---|
8 #include "SDL_sound_internal.h" | 8 #include "SDL_sound_internal.h" |
9 | 9 |
10 #include "mpg123_sdlsound.h" | 10 #include "mpg123_sdlsound.h" |
11 #include "mpglib_sdlsound.h" | 11 #include "mpglib_sdlsound.h" |
12 | 12 |
13 /* Global mp .. it's a hack */ | 13 |
14 /*struct mpstr *gmp;*/ | 14 BOOL InitMP3(struct mpstr *mp) |
15 | |
16 | |
17 BOOL InitMP3(struct mpstr *mp) | |
18 { | 15 { |
19 static int init = 0; | 16 static int init = 0; |
20 | 17 |
21 memset(mp,0,sizeof(struct mpstr)); | 18 memset(mp,0,sizeof(struct mpstr)); |
22 | 19 |