Mercurial > SDL_sound_CoreAudio
changeset 271:493dd0173f3d
Added a FIXME comment.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 10 Mar 2002 18:35:31 +0000 |
parents | cf8c0bbbdc19 |
children | 0ac181b5adc6 |
files | decoders/mpglib.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/decoders/mpglib.c Thu Mar 07 09:38:51 2002 +0000 +++ b/decoders/mpglib.c Sun Mar 10 18:35:31 2002 +0000 @@ -158,6 +158,7 @@ SNDDBG(("MPGLIB: Accepting data stream.\n")); + /* !!! FIXME: Determine what format mpglib is spitting out... */ internal->decoder_private = mpg; sample->actual.rate = 44100; sample->actual.channels = 2;