Mercurial > SDL_sound_CoreAudio
comparison decoders/mikmod.c @ 305:c345a40a8a99
VERY preliminary work on Sound_Seek() API.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 21 Apr 2002 17:48:11 +0000 |
parents | d3dc34315ac7 |
children | c97be6e1bd27 |
comparison
equal
deleted
inserted
replaced
304:0cf2b2e4a259 | 305:c345a40a8a99 |
---|---|
247 internal->decoder_private = (void *) module; | 247 internal->decoder_private = (void *) module; |
248 | 248 |
249 Player_Start(module); | 249 Player_Start(module); |
250 Player_SetPosition(0); | 250 Player_SetPosition(0); |
251 | 251 |
252 /* !!! FIXME: A little late to be giving this information... */ | 252 sample->flags = SOUND_SAMPLEFLAG_CANSEEK; |
253 sample->flags = SOUND_SAMPLEFLAG_NEEDSEEK; | |
254 | 253 |
255 SNDDBG(("MIKMOD: Name: %s\n", module->songname)); | 254 SNDDBG(("MIKMOD: Name: %s\n", module->songname)); |
256 SNDDBG(("MIKMOD: Type: %s\n", module->modtype)); | 255 SNDDBG(("MIKMOD: Type: %s\n", module->modtype)); |
257 SNDDBG(("MIKMOD: Accepting data stream\n")); | 256 SNDDBG(("MIKMOD: Accepting data stream\n")); |
258 | 257 |