• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/

Lines Matching defs:violation

416 FLAC_API FLAC__bool FLAC__format_cuesheet_is_legal(const FLAC__StreamMetadata_CueSheet *cue_sheet, FLAC__bool check_cd_da_subset, const char **violation)
422 if(violation) *violation = "CD-DA cue sheet must have a lead-in length of at least 2 seconds";
426 if(violation) *violation = "CD-DA cue sheet lead-in length must be evenly divisible by 588 samples";
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";
455 if(violation) {
457 *violation = "CD-DA cue sheet lead-out offset must be evenly divisible by 588 samples";
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";
495 FLAC_API FLAC__bool FLAC__format_picture_is_legal(const FLAC__StreamMetadata_Picture *picture, const char **violation)
502 if(violation) *violation = "MIME type string must contain only printable ASCII characters (0x20-0x7e)";
510 if(violation) *violation = "description string must be valid UTF-8";