diff --git a/tools/cuebreakpoints.c b/tools/cuebreakpoints.c index efdf6e8..6c89364 100644 --- a/tools/cuebreakpoints.c +++ b/tools/cuebreakpoints.c @@ -14,7 +14,12 @@ char *progname; -enum {APPEND, PREPEND, SPLIT}; +/* pregap correction modes + * APPEND - append pregap to previous track (except for first track) + * PREPEND - prefix pregap to current track + * SPLIT - print breakpoints for beginning and end of pregap + */ +enum GapMode {APPEND, PREPEND, SPLIT}; void usage (int status) {