diff --git a/Quake/snd_mp3.c b/Quake/snd_mp3.c index 068bbf1f..2ee4e2c5 100644 --- a/Quake/snd_mp3.c +++ b/Quake/snd_mp3.c @@ -252,8 +252,9 @@ static int mp3_startread(snd_stream_t *stream) mad_timer_add(&p->Timer,p->Frame.header.duration); mad_synth_frame(&p->Synth,&p->Frame); - stream->info.width = MP3_MAD_SAMPLEWIDTH; stream->info.rate = p->Synth.pcm.samplerate; + stream->info.bits = MP3_MAD_SAMPLEBITS; + stream->info.width = MP3_MAD_SAMPLEWIDTH; p->cursamp = 0;