Mercurial > SDL_sound_CoreAudio
changeset 425:b4abd7c48b6e
Added a comment for later.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 09 Oct 2002 15:50:16 +0000 |
parents | ff3ec3c6cdde |
children | 72383155bfac |
files | decoders/shn.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/decoders/shn.c Wed Oct 09 15:50:02 2002 +0000 +++ b/decoders/shn.c Wed Oct 09 15:50:16 2002 +0000 @@ -1326,6 +1326,10 @@ static int SHN_seek(Sound_Sample *sample, Uint32 ms) { + /* + * (This CAN be done for SHNs that have a seek table at the end of the + * stream, btw.) + */ BAIL_MACRO("SHN: Seeking not implemented", 0); } /* SHN_seek */