# HG changeset patch # User Ryan C. Gordon # Date 1034178616 0 # Node ID b4abd7c48b6efc95c750d8b0234bc5a3d12bb8ad # Parent ff3ec3c6cdde75fc256dd090254b8ef0fc624c15 Added a comment for later. diff -r ff3ec3c6cdde -r b4abd7c48b6e decoders/shn.c --- 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 */