comparison decoders/quicktime.c @ 351:069ce624d6cf

FIXME cleanup.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 06 Jun 2002 19:12:13 +0000
parents 41c650d468c3
children cbb15ecf423a
comparison
equal deleted inserted replaced
350:cafdbcae733d 351:069ce624d6cf
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 BAIL_MACRO("!!! FIXME: Not implemented", 0); 585 BAIL_MACRO("QUICKTIME: Seeking not implemented", 0);
586 } /* QT_seek */ 586 } /* QT_seek */
587 587
588 588
589 #endif /* SOUND_SUPPORTS_QUICKTIME */ 589 #endif /* SOUND_SUPPORTS_QUICKTIME */
590 590