comparison decoders/mpglib.c @ 271:493dd0173f3d

Added a FIXME comment.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 10 Mar 2002 18:35:31 +0000
parents 9b89bb587f8f
children ee6e1f8bfae9
comparison
equal deleted inserted replaced
270:cf8c0bbbdc19 271:493dd0173f3d
156 mpg->outpos = mpg->outleft = 0; 156 mpg->outpos = mpg->outleft = 0;
157 InitMP3(&mpg->mp); 157 InitMP3(&mpg->mp);
158 158
159 SNDDBG(("MPGLIB: Accepting data stream.\n")); 159 SNDDBG(("MPGLIB: Accepting data stream.\n"));
160 160
161 /* !!! FIXME: Determine what format mpglib is spitting out... */
161 internal->decoder_private = mpg; 162 internal->decoder_private = mpg;
162 sample->actual.rate = 44100; 163 sample->actual.rate = 44100;
163 sample->actual.channels = 2; 164 sample->actual.channels = 2;
164 sample->actual.format = AUDIO_S16LSB; 165 sample->actual.format = AUDIO_S16LSB;
165 sample->flags = SOUND_SAMPLEFLAG_NONE; 166 sample->flags = SOUND_SAMPLEFLAG_NONE;