Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PL_MPEG - MPEG1 Video decoder, MP2 Audio decoder, MPEG-PS demuxer
# PL_MPEG - MPEG1 Video decoder, MP1/MP2 Audio decoder, MPEG-PS demuxer

Single-file MIT licensed library for C/C++

Expand Down Expand Up @@ -41,7 +41,7 @@ make player_sdl # only build pl_mpeg_player_sdl
## Encoding for PL_MPEG

Most [MPEG-PS](https://en.wikipedia.org/wiki/MPEG_program_stream) (`.mpg`) files
containing MPEG1 Video ("mpeg1") and MPEG1 Audio Layer II ("mp2") streams should
containing MPEG1 Video ("mpeg1") and MPEG1 Audio Layer I/II ("mp1"/"mp2") streams should
work with PL_MPEG. Note that `.mpg` files can also contain MPEG2 Video, which is
not supported by this library.

Expand Down
Loading