Mercurial > audlegacy-plugins
diff src/cue/cuesheet.h @ 2952:63bf9d97ce65
- now cuesheet plugin calculates duration of subtune correctly even if pregap information is not available.
- made cache_cue_file() not be called too frequently.
- fixed handling for fraction in index calculation.
- tweaked debug messages.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 14 Oct 2008 22:28:14 +0900 |
parents | 6abe60a81301 |
children | 3134a0987162 |
line wrap: on
line diff
--- a/src/cue/cuesheet.h Sat Oct 11 20:03:01 2008 +0900 +++ b/src/cue/cuesheet.h Tue Oct 14 22:28:14 2008 +0900 @@ -3,7 +3,7 @@ #include "config.h" -#define AUD_DEBUG 1 +/* #define AUD_DEBUG 1 */ #include <string.h> #include <stdlib.h> @@ -35,6 +35,7 @@ gchar *title; gchar *performer; gint index; + gint index00; gint duration; } cue_tracks_t;