Lines Matching full:violation
422 …st FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation) in FLAC__format_cuesheet_is_legal() argument
428 if(violation) *violation = "CD-DA cue sheet must have a lead-in length of at least 2 seconds"; in FLAC__format_cuesheet_is_legal()
432 …if(violation) *violation = "CD-DA cue sheet lead-in length must be evenly divisible by 588 samples… in FLAC__format_cuesheet_is_legal()
438 if(violation) *violation = "cue sheet must have at least one track (the lead-out)"; in FLAC__format_cuesheet_is_legal()
443 if(violation) *violation = "CD-DA cue sheet must have a lead-out track number 170 (0xAA)"; in FLAC__format_cuesheet_is_legal()
449 if(violation) *violation = "cue sheet may not have a track number 0"; in FLAC__format_cuesheet_is_legal()
455 if(violation) *violation = "CD-DA cue sheet track number must be 1-99 or 170"; in FLAC__format_cuesheet_is_legal()
461 if(violation) { in FLAC__format_cuesheet_is_legal()
463 *violation = "CD-DA cue sheet lead-out offset must be evenly divisible by 588 samples"; in FLAC__format_cuesheet_is_legal()
465 *violation = "CD-DA cue sheet track offset must be evenly divisible by 588 samples"; in FLAC__format_cuesheet_is_legal()
472 if(violation) *violation = "cue sheet track must have at least one index point"; in FLAC__format_cuesheet_is_legal()
477 if(violation) *violation = "cue sheet track's first index number must be 0 or 1"; in FLAC__format_cuesheet_is_legal()
484 …if(violation) *violation = "CD-DA cue sheet track index offset must be evenly divisible by 588 sam… in FLAC__format_cuesheet_is_legal()
490 if(violation) *violation = "cue sheet track index numbers must increase by 1"; in FLAC__format_cuesheet_is_legal()
501 … FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, const char **violation) in FLAC__format_picture_is_legal() argument
508 …if(violation) *violation = "MIME type string must contain only printable ASCII characters (0x20-0x… in FLAC__format_picture_is_legal()
516 if(violation) *violation = "description string must be valid UTF-8"; in FLAC__format_picture_is_legal()