summaryrefslogtreecommitdiff
path: root/include/FLAC/format.h
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2002-11-21 06:41:13 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2002-11-21 06:41:13 +0000
commit42628af1b08e1d5e623e052dcba66b26a63d76a3 (patch)
tree66679182839dc62a86654f40309e9d10a7075625 /include/FLAC/format.h
parent3b026e8dd1dbc642bc81a92ceb25c094d977711d (diff)
downloadflac-42628af1b08e1d5e623e052dcba66b26a63d76a3.tar.gz
minor comments
Diffstat (limited to 'include/FLAC/format.h')
-rw-r--r--include/FLAC/format.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/include/FLAC/format.h b/include/FLAC/format.h
index 1f97c04d..74bc729f 100644
--- a/include/FLAC/format.h
+++ b/include/FLAC/format.h
@@ -597,14 +597,17 @@ typedef struct {
FLAC__uint64 offset;
/**< The index offset from the beginning of the track, in samples.
* For CD-DA, the offset must be evenly divisible by 588 samples (588
- * samples = 44100 samples/sec * 1/75th of a sec)
+ * samples = 44100 samples/sec * 1/75th of a sec). Note that the
+ * offset from the beginning of the track, not the beginning of the
+ * audio data.
*/
FLAC__byte number;
/**< The index number. For CD-DA, an index number of 0 corresponds
- * to the track pregap. There must be at least one index in a track.
- * The first index in a track must be 0 or 1 and subsequently index
- * numbers must increase by 1.
+ * to the track pregap. There must be at least one index in every
+ * track except the lead-out track. The first index in a track must
+ * be 0 or 1 and subsequently index numbers must increase by 1. Index
+ * numbers must be unique within a track.
*/
} FLAC__StreamMetadata_CueSheet_Index;
@@ -633,7 +636,8 @@ typedef struct {
* It is not required but encouraged to start with track 1 and increase
* sequentially. A CUESHEET block is required to have a lead-out
* track; it is always the last track in the cuesheet and the number
- * must be 170 for CD-DA.
+ * must be 170 for CD-DA. Track numbers must be unique within a
+ * CUESHEET.
*/
char isrc[13]; /*@@@@ 12 ascii characters plus trailing '\0' */