Skip to content

Commit

Permalink
Fix mistake in crate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecot committed Oct 31, 2024
1 parent ea5b00b commit 8a2c505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ identification.
* [Free Lossless Audio Codec (FLAC)](`FileFormat::FreeLosslessAudioCodec`)
* [MPEG-1/2 Audio Layer 3 (MP3)](`FileFormat::Mpeg12AudioLayer3`)
- `reader-mp4` - Enables [MPEG-4 Part 14 (MP4)](`FileFormat::Mpeg4Part14`) based file formats
detection.
* [MPEG-4 Part 14 Audio (MP4)](`FileFormat::Mpeg4Part14Audio`)
* [MPEG-4 Part 14 Subtitles (MP4)](`FileFormat::Mpeg4Part14Subtitles`)
* [MPEG-4 Part 14 Video (MP4)](`FileFormat::Mpeg4Part14Video`)
- `reader-pdf` - Enables [Portable Document Format (PDF)](`FileFormat::PortableDocumentFormat`)
based file formats detection.
* [Adobe Illustrator Artwork (AI)](`FileFormat::AdobeIllustratorArtwork`)
Expand Down

0 comments on commit 8a2c505

Please sign in to comment.