diff decoders/quicktime.c @ 477:3e705c9180e5

Fixed binary compatibility, added Sound_GetDuration().
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 12 May 2004 02:15:00 +0000
parents c66080364dff
children a737d89af74e
line wrap: on
line diff
--- a/decoders/quicktime.c	Sat May 08 22:06:14 2004 +0000
+++ b/decoders/quicktime.c	Wed May 12 02:15:00 2004 +0000
@@ -547,7 +547,7 @@
   instance = QT_open_internal(sample, ext);
   internal->decoder_private = (void*)instance;
 
-  sample->total_time = -1;  /* return -1 for total time of song for now */ 
+  internal->total_time = -1;  /* return -1 for total time of song for now */
 
   return(instance != NULL);