Mercurial > SDL_sound_CoreAudio
comparison decoders/quicktime.c @ 329:41c650d468c3
(Might as well keep stub behaviour consistent.)
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Mon, 20 May 2002 06:58:58 +0000 |
parents | a7c1dbcf5e00 |
children | 069ce624d6cf |
comparison
equal
deleted
inserted
replaced
328:a7c1dbcf5e00 | 329:41c650d468c3 |
---|---|
580 } /* QT_rewind */ | 580 } /* QT_rewind */ |
581 | 581 |
582 | 582 |
583 static int QT_seek(Sound_Sample *sample, Uint32 ms) | 583 static int QT_seek(Sound_Sample *sample, Uint32 ms) |
584 { | 584 { |
585 /* !!! FIXME: Implement this! */ | 585 BAIL_MACRO("!!! FIXME: Not implemented", 0); |
586 return(0); | |
587 } /* QT_seek */ | 586 } /* QT_seek */ |
588 | 587 |
589 | 588 |
590 #endif /* SOUND_SUPPORTS_QUICKTIME */ | 589 #endif /* SOUND_SUPPORTS_QUICKTIME */ |
591 | 590 |