Home | History | Annotate | Download | only in libFLAC

Lines Matching full:track

432 		if(violation) *violation = "cue sheet must have at least one track (the lead-out)";
437 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)";
443 if(violation) *violation = "cue sheet may not have a track number 0";
449 if(violation) *violation = "CD-DA cue sheet track number must be 1-99 or 170";
456 if(i == cue_sheet->num_tracks-1) /* the lead-out track... */
459 *violation = "CD-DA cue sheet track offset must be evenly divisible by 588 samples";
466 if(violation) *violation = "cue sheet track must have at least one index point";
471 if(violation) *violation = "cue sheet track's first index number must be 0 or 1";
478 if(violation) *violation = "CD-DA cue sheet track index offset must be evenly divisible by 588 samples";
484 if(violation) *violation = "cue sheet track index numbers must increase by 1";