comparison decoders/shn.c @ 425:b4abd7c48b6e

Added a comment for later.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 09 Oct 2002 15:50:16 +0000
parents c42ac9ee2ce4
children c66080364dff 50bb9a6cebfe
comparison
equal deleted inserted replaced
424:ff3ec3c6cdde 425:b4abd7c48b6e
1324 } /* SHN_rewind */ 1324 } /* SHN_rewind */
1325 1325
1326 1326
1327 static int SHN_seek(Sound_Sample *sample, Uint32 ms) 1327 static int SHN_seek(Sound_Sample *sample, Uint32 ms)
1328 { 1328 {
1329 /*
1330 * (This CAN be done for SHNs that have a seek table at the end of the
1331 * stream, btw.)
1332 */
1329 BAIL_MACRO("SHN: Seeking not implemented", 0); 1333 BAIL_MACRO("SHN: Seeking not implemented", 0);
1330 } /* SHN_seek */ 1334 } /* SHN_seek */
1331 1335
1332 1336
1333 #endif /* defined SOUND_SUPPORTS_SHN */ 1337 #endif /* defined SOUND_SUPPORTS_SHN */