Home | History | Annotate | Download | only in libFLAC

Lines Matching full:track

424 		if(violation) *violation = "cue sheet must have at least one track (the lead-out)";
429 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)";
435 if(violation) *violation = "cue sheet may not have a track number 0";
441 if(violation) *violation = "CD-DA cue sheet track number must be 1-99 or 170";
448 if(i == cue_sheet->num_tracks-1) /* the lead-out track... */
451 *violation = "CD-DA cue sheet track offset must be evenly divisible by 588 samples";
458 if(violation) *violation = "cue sheet track must have at least one index point";
463 if(violation) *violation = "cue sheet track's first index number must be 0 or 1";
470 if(violation) *violation = "CD-DA cue sheet track index offset must be evenly divisible by 588 samples";
476 if(violation) *violation = "cue sheet track index numbers must increase by 1";