Even more conversion, lots of superfluous macro removal
This commit is contained in:
@@ -55,7 +55,7 @@ static off_t mp3_seek (void *f, off_t offset, int whence)
|
||||
return (off_t) FS_ftell((fshandle_t *)f);
|
||||
}
|
||||
|
||||
static qboolean S_MP3_CodecInitialize (void)
|
||||
static bool S_MP3_CodecInitialize (void)
|
||||
{
|
||||
if (!mp3_codec.initialized)
|
||||
{
|
||||
@@ -78,7 +78,7 @@ static void S_MP3_CodecShutdown (void)
|
||||
}
|
||||
}
|
||||
|
||||
static qboolean S_MP3_CodecOpenStream (snd_stream_t *stream)
|
||||
static bool S_MP3_CodecOpenStream (snd_stream_t *stream)
|
||||
{
|
||||
long rate = 0;
|
||||
int encoding = 0, channels = 0;
|
||||
|
||||
Reference in New Issue
Block a user